Skip to content

Commit

Permalink
bump to Qt 5.9 for the 3D
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry authored and wonder-sk committed Oct 11, 2017
1 parent eb5c559 commit 2b742c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Expand Up @@ -261,9 +261,10 @@ IF(WITH_CORE)
#############################################################
# search for Qt5
IF (WITH_3D)
# for 3D support we strictly require Qt >= 5.8
# for 3D support we strictly require Qt >= 5.9
# (Qt 3D was introduced in 5.7 but it is not stable enough in that branch)
SET(QT_MIN_VERSION 5.8.0)
# 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)
ENDIF()
Expand Down

0 comments on commit 2b742c7

Please sign in to comment.