Laurent Trinques
2026-09-10 02:30:53 +02:00
committed by GitHub
parent 957bbe5edb
commit a1c0907811
+1 -1
View File
@@ -36,7 +36,7 @@ set(QET_DIR ${PROJECT_SOURCE_DIR})
# includes below, so every subdirectory and every FetchContent dependency # includes below, so every subdirectory and every FetchContent dependency
# sees a consistent, already-defined value. # sees a consistent, already-defined value.
if(NOT DEFINED QT_VERSION_MAJOR) if(NOT DEFINED QT_VERSION_MAJOR)
set(QT_VERSION_MAJOR 5) set(QT_VERSION_MAJOR 6)
endif() endif()
# Some third-party CMake projects we pull in via FetchContent (e.g. # Some third-party CMake projects we pull in via FetchContent (e.g.