Skip to content

Commit 2b742c7

Browse files
Gustrywonder-sk
authored andcommittedOct 11, 2017
bump to Qt 5.9 for the 3D
1 parent eb5c559 commit 2b742c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,10 @@ IF(WITH_CORE)
261261
#############################################################
262262
# search for Qt5
263263
IF (WITH_3D)
264-
# for 3D support we strictly require Qt >= 5.8
264+
# for 3D support we strictly require Qt >= 5.9
265265
# (Qt 3D was introduced in 5.7 but it is not stable enough in that branch)
266-
SET(QT_MIN_VERSION 5.8.0)
266+
# Qt 5.8 is missing some classes, https://github.com/qgis/QGIS/pull/5203#discussion_r142319862
267+
SET(QT_MIN_VERSION 5.9.0)
267268
ELSE ()
268269
SET(QT_MIN_VERSION 5.2.0)
269270
ENDIF()

0 commit comments

Comments
 (0)
Please sign in to comment.