Skip to content

Commit d4842d8

Browse files
committed
Remove Widget
1 parent fb57149 commit d4842d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

qtservice/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ SET(CMAKE_VERBOSE_MAKEFILE ON)
1919
if(CMAKE_VERSION VERSION_LESS "3.7.0")
2020
set(CMAKE_INCLUDE_CURRENT_DIR ON)
2121
endif()
22-
SET(QT_COMPONENTS Widgets)
2322
find_package(QT NAMES Qt6 Qt5 COMPONENTS Core)
2423
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS ${QT_COMPONENTS})
2524
message("QT_VERSION:${Qt${QT_VERSION_MAJOR}_VERSION}")

0 commit comments

Comments
 (0)