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:
Nyall Dawson 2023-04-25 07:46:11 +10:00
parent a6c0fa3d12
commit 341284a7ca

View File

@ -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)