Skip to content

Commit a6d78bc

Browse files
committed
Minimum qt version is 5.4
1 parent 262cee6 commit a6d78bc

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)