Skip to content

Commit

Permalink
Remove Widget
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Feb 14, 2022
1 parent fb57149 commit d4842d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qtservice/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ SET(CMAKE_VERBOSE_MAKEFILE ON)
if(CMAKE_VERSION VERSION_LESS "3.7.0")
set(CMAKE_INCLUDE_CURRENT_DIR ON)
endif()
SET(QT_COMPONENTS Widgets)
find_package(QT NAMES Qt6 Qt5 COMPONENTS Core)
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS ${QT_COMPONENTS})
message("QT_VERSION:${Qt${QT_VERSION_MAJOR}_VERSION}")
Expand Down

0 comments on commit d4842d8

Please sign in to comment.