Skip to content

Commit

Permalink
Bump minimum Qt to 5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 12, 2022
1 parent 9c08adf commit 4b81219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -446,7 +446,7 @@ if(WITH_CORE)
set(QT_MIN_VERSION 6.0.0)
set(QT_VERSION_BASE "Qt6")
else()
set(QT_MIN_VERSION 5.12.0)
set(QT_MIN_VERSION 5.13.0)
set(QT_VERSION_BASE "Qt5")
set(HAS_KDE_QT5_PDF_TRANSFORM_FIX FALSE CACHE BOOL "Using KDE's Qt 5.15 fork with the PDF brush transform fix")
set(HAS_KDE_QT5_SMALL_CAPS_FIX FALSE CACHE BOOL "Using KDE's Qt 5.15 fork with the QFont::SmallCaps fix")
Expand Down

0 comments on commit 4b81219

Please sign in to comment.