mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-09-20 15:24:14 +02:00
Set QT_VERSION_MAJOR to 6
https://github.com/qelectrotech/qelectrotech-source-mirror/pull/824#issuecomment-5610090520
This commit is contained in:
+1
-1
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user