mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Require Qt 6.4 or later for Qt6 builds
Given that these are experimental anyway, it makes little sense to waste efforts supporting older Qt 6 releases...!
This commit is contained in:
parent
a6c0fa3d12
commit
341284a7ca
@ -443,7 +443,7 @@ if(WITH_CORE)
|
||||
|
||||
set (BUILD_WITH_QT6 FALSE CACHE BOOL "Enable (experimental) Qt6 support")
|
||||
if (BUILD_WITH_QT6)
|
||||
set(QT_MIN_VERSION 6.0.0)
|
||||
set(QT_MIN_VERSION 6.4.0)
|
||||
set(QT_VERSION_BASE "Qt6")
|
||||
set(QT_VERSION_BASE_LOWER "qt6")
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
Loading…
x
Reference in New Issue
Block a user