Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #7236 from nyalldawson/min_qt
Minimum qt version is 5.4
  • Loading branch information
m-kuhn committed Jun 14, 2018
2 parents 365fbed + a6d78bc commit 8397517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -296,7 +296,7 @@ IF(WITH_CORE)
# Qt 5.8 is missing some classes, https://github.com/qgis/QGIS/pull/5203#discussion_r142319862
SET(QT_MIN_VERSION 5.9.0)
ELSE ()
SET(QT_MIN_VERSION 5.2.0)
SET(QT_MIN_VERSION 5.4.0)
ENDIF()
FIND_PACKAGE(Qt5Core QUIET)
FIND_PACKAGE(Qt5Gui REQUIRED)
Expand Down

0 comments on commit 8397517

Please sign in to comment.