Skip to content

Commit 8397517

Browse files
authored
Merge pull request #7236 from nyalldawson/min_qt
Minimum qt version is 5.4
2 parents 365fbed + a6d78bc commit 8397517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ IF(WITH_CORE)
296296
# Qt 5.8 is missing some classes, https://github.com/qgis/QGIS/pull/5203#discussion_r142319862
297297
SET(QT_MIN_VERSION 5.9.0)
298298
ELSE ()
299-
SET(QT_MIN_VERSION 5.2.0)
299+
SET(QT_MIN_VERSION 5.4.0)
300300
ENDIF()
301301
FIND_PACKAGE(Qt5Core QUIET)
302302
FIND_PACKAGE(Qt5Gui REQUIRED)

0 commit comments

Comments
 (0)