analogclock example: Clean up link_libraries

analogclock doesn't use widgets.

Pick-to: 6.3
Change-Id: I75b5efc0bec786b45f8273e3d21c9be204e18225
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Kai Köhne 2021-12-15 16:31:49 +01:00
parent 131681652e
commit 4f699e8207

View File

@ -13,7 +13,7 @@ endif()
set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}/gui/gui_analogclock")
find_package(Qt6 REQUIRED COMPONENTS Core Gui Widgets)
find_package(Qt6 REQUIRED COMPONENTS Core Gui)
qt_add_executable(gui_analogclock
../rasterwindow/rasterwindow.cpp ../rasterwindow/rasterwindow.h
@ -29,10 +29,6 @@ target_include_directories(gui_analogclock PUBLIC
../rasterwindow
)
target_link_libraries(gui_analogclock PUBLIC
Qt::Gui
)
target_link_libraries(gui_analogclock PUBLIC
Qt::Core
Qt::Gui