Skip to content

Commit 341284a

Browse files
committedApr 27, 2023
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...!
1 parent a6c0fa3 commit 341284a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ if(WITH_CORE)
443443

444444
set (BUILD_WITH_QT6 FALSE CACHE BOOL "Enable (experimental) Qt6 support")
445445
if (BUILD_WITH_QT6)
446-
set(QT_MIN_VERSION 6.0.0)
446+
set(QT_MIN_VERSION 6.4.0)
447447
set(QT_VERSION_BASE "Qt6")
448448
set(QT_VERSION_BASE_LOWER "qt6")
449449
set(CMAKE_CXX_STANDARD 17)

0 commit comments

Comments
 (0)
Please sign in to comment.