analogclock example: Clean up link_libraries

analogclock doesn't use widgets.

Change-Id: I75b5efc0bec786b45f8273e3d21c9be204e18225
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 4f699e82074b1928e0e9477759c9d5666cea662c)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Kai Köhne 2021-12-15 16:31:49 +01:00 committed by Qt Cherry-pick Bot
parent b59257cc82
commit 7e2c8c855e

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