diff --git a/components/mobileshell/CMakeLists.txt b/components/mobileshell/CMakeLists.txt index 44ac9716..db0fcdda 100644 --- a/components/mobileshell/CMakeLists.txt +++ b/components/mobileshell/CMakeLists.txt @@ -49,7 +49,6 @@ target_link_libraries(mobileshellplugin Plasma::PlasmaQuick KF6::KIOGui KF6::KIOWidgets # for PreviewJob - Plasma::KWaylandClient KF6::Service KF6::Package LayerShellQt::Interface diff --git a/components/quicksettingsplugin/CMakeLists.txt b/components/quicksettingsplugin/CMakeLists.txt index 7337c121..e438b31c 100644 --- a/components/quicksettingsplugin/CMakeLists.txt +++ b/components/quicksettingsplugin/CMakeLists.txt @@ -16,11 +16,10 @@ target_link_libraries(quicksettingsplugin PRIVATE Qt::DBus Qt::Gui Qt::Quick - Plasma::KWaylandClient KF6::Service - KF6::ConfigWidgets KF6::Package KF6::I18n + KF6::ConfigCore ) ecm_finalize_qml_module(quicksettingsplugin) diff --git a/components/shellsettingsplugin/CMakeLists.txt b/components/shellsettingsplugin/CMakeLists.txt index a408af88..2f68a927 100644 --- a/components/shellsettingsplugin/CMakeLists.txt +++ b/components/shellsettingsplugin/CMakeLists.txt @@ -11,7 +11,6 @@ target_link_libraries(shellsettingsplugin PRIVATE Qt::Quick Plasma::KWaylandClient KF6::Service - KF6::ConfigWidgets KF6::Package KF6::KIOGui KF6::JobWidgets diff --git a/components/windowplugin/CMakeLists.txt b/components/windowplugin/CMakeLists.txt index 2b3e7efd..c72368ee 100644 --- a/components/windowplugin/CMakeLists.txt +++ b/components/windowplugin/CMakeLists.txt @@ -14,7 +14,7 @@ target_link_libraries(windowplugin PRIVATE Qt::Quick Plasma::KWaylandClient KF6::Service - KF6::ConfigWidgets + KF6::ConfigCore ) ecm_finalize_qml_module(windowplugin) diff --git a/kded/autodetectapn/CMakeLists.txt b/kded/autodetectapn/CMakeLists.txt index 1af905da..670525db 100644 --- a/kded/autodetectapn/CMakeLists.txt +++ b/kded/autodetectapn/CMakeLists.txt @@ -13,7 +13,6 @@ target_link_libraries(kded_plasma_mobile_autodetect_apn PRIVATE Qt::Core Qt::Xml KF6::DBusAddons - KF6::ConfigWidgets KF6::KIOGui KF6::JobWidgets KF6::Package diff --git a/kded/start/CMakeLists.txt b/kded/start/CMakeLists.txt index 2de62650..2f4d9b92 100644 --- a/kded/start/CMakeLists.txt +++ b/kded/start/CMakeLists.txt @@ -10,7 +10,6 @@ kcoreaddons_add_plugin(kded_plasma_mobile_start SOURCES ${kded_plasma_mobile_sta target_link_libraries(kded_plasma_mobile_start PRIVATE Qt::Core KF6::DBusAddons - KF6::ConfigWidgets KF6::KIOGui KF6::JobWidgets KF6::Package diff --git a/kded/start/start.cpp b/kded/start/start.cpp index c441a26f..ef9c68dd 100644 --- a/kded/start/start.cpp +++ b/kded/start/start.cpp @@ -5,8 +5,6 @@ #include #include -#include - #include "start.h" K_PLUGIN_FACTORY_WITH_JSON(StartFactory, "kded_plasma_mobile_start.json", registerPlugin();)