We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecce1ce commit f59d90fCopy full SHA for f59d90f
CMakeLists.txt
@@ -21,7 +21,7 @@ option(ENABLE_COV "Enable code coverage" OFF)
21
if(PROJECT_VERSION_MAJOR EQUAL 6)
22
set(VERSION_SUFFIX 6)
23
find_package(QT NAMES Qt6 REQUIRED COMPONENTS Core)
24
- if(Qt6_VERSION VERSION_GREATER_EQUAL 6.10)
+ if(QT_VERSION VERSION_GREATER_EQUAL 6.10)
25
find_package(Qt6 COMPONENTS CorePrivate GuiPrivate WidgetsPrivate REQUIRED)
26
endif()
27
else()
0 commit comments