Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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...!
  • Loading branch information
nyalldawson committed Apr 27, 2023
1 parent a6c0fa3 commit 341284a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 341284a

Please sign in to comment.