We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent eb5c559 commit 2b742c7Copy full SHA for 2b742c7
CMakeLists.txt
@@ -261,9 +261,10 @@ IF(WITH_CORE)
261
#############################################################
262
# search for Qt5
263
IF (WITH_3D)
264
- # for 3D support we strictly require Qt >= 5.8
+ # for 3D support we strictly require Qt >= 5.9
265
# (Qt 3D was introduced in 5.7 but it is not stable enough in that branch)
266
- SET(QT_MIN_VERSION 5.8.0)
+ # Qt 5.8 is missing some classes, https://github.com/qgis/QGIS/pull/5203#discussion_r142319862
267
+ SET(QT_MIN_VERSION 5.9.0)
268
ELSE ()
269
SET(QT_MIN_VERSION 5.2.0)
270
ENDIF()
0 commit comments