mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
kcm/info link against qt::gui
fixed QClipboard not find
This commit is contained in:
parent
55210da73a
commit
6824569bb6
2 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} CONFIG REQUIRED
|
||||||
Core
|
Core
|
||||||
Qml
|
Qml
|
||||||
Quick
|
Quick
|
||||||
|
Gui
|
||||||
)
|
)
|
||||||
|
|
||||||
find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS
|
find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ kcoreaddons_add_plugin(kcm_mobile_info SOURCES ${info_SRCS} INSTALL_NAMESPACE "p
|
||||||
|
|
||||||
target_link_libraries(kcm_mobile_info
|
target_link_libraries(kcm_mobile_info
|
||||||
Qt::Core
|
Qt::Core
|
||||||
|
Qt::Gui
|
||||||
KF6::CoreAddons
|
KF6::CoreAddons
|
||||||
KF6::I18n
|
KF6::I18n
|
||||||
KF6::KCMUtilsQuick
|
KF6::KCMUtilsQuick
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue