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 fb57149 commit d4842d8Copy full SHA for d4842d8
qtservice/CMakeLists.txt
@@ -19,7 +19,6 @@ SET(CMAKE_VERBOSE_MAKEFILE ON)
19
if(CMAKE_VERSION VERSION_LESS "3.7.0")
20
set(CMAKE_INCLUDE_CURRENT_DIR ON)
21
endif()
22
-SET(QT_COMPONENTS Widgets)
23
find_package(QT NAMES Qt6 Qt5 COMPONENTS Core)
24
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS ${QT_COMPONENTS})
25
message("QT_VERSION:${Qt${QT_VERSION_MAJOR}_VERSION}")
0 commit comments