From 56f2b9819d0d20855a9a386eac909cafe27ff21e Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Sat, 4 Mar 2023 08:15:32 +0100 Subject: [PATCH] Remove unneeded KNewStuff linking We only need this as a QML runtime dependency --- src/kcms/decoration/CMakeLists.txt | 1 - src/kcms/decoration/kcm.cpp | 1 - src/kcms/effects/CMakeLists.txt | 1 - src/kcms/tabbox/CMakeLists.txt | 1 + 4 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/kcms/decoration/CMakeLists.txt b/src/kcms/decoration/CMakeLists.txt index e35a62554c..3faa818b0a 100644 --- a/src/kcms/decoration/CMakeLists.txt +++ b/src/kcms/decoration/CMakeLists.txt @@ -27,7 +27,6 @@ target_link_libraries(kcm_kwindecoration KDecoration2::KDecoration KF6::I18n KF6::KCMUtils - KF6::NewStuff KF6::QuickAddons Qt::Quick Qt::DBus diff --git a/src/kcms/decoration/kcm.cpp b/src/kcms/decoration/kcm.cpp index 343a6cdef9..2b267f6603 100644 --- a/src/kcms/decoration/kcm.cpp +++ b/src/kcms/decoration/kcm.cpp @@ -13,7 +13,6 @@ #include #include -#include #include #include diff --git a/src/kcms/effects/CMakeLists.txt b/src/kcms/effects/CMakeLists.txt index 79953a173a..bd40dca1c0 100644 --- a/src/kcms/effects/CMakeLists.txt +++ b/src/kcms/effects/CMakeLists.txt @@ -18,7 +18,6 @@ target_link_libraries(kcm_kwin_effects KF6::KCMUtils KF6::I18n KF6::KCMUtils - KF6::NewStuff KF6::QuickAddons KF6::XmlGui diff --git a/src/kcms/tabbox/CMakeLists.txt b/src/kcms/tabbox/CMakeLists.txt index d931981bb2..76f5a9472b 100644 --- a/src/kcms/tabbox/CMakeLists.txt +++ b/src/kcms/tabbox/CMakeLists.txt @@ -29,6 +29,7 @@ target_link_libraries(kcm_kwintabbox KF6::KCMUtils KF6::NewStuffWidgets KF6::Package + KF6::Service KF6::XmlGui # For kkeysequencewidget XCB::XCB )