[plasma/plasma-desktop] /: Remove unused Plasma::Plasma linkage
Kai Uwe Broulik <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 58b09b2d1d0636fe66c2f58bdfc99aedd5591351 by Kai Uwe Broulik.
Committed on 20/07/2026 at 13:09.
Pushed by broulik into branch 'master'.
Remove unused Plasma::Plasma linkage
They don't use any Plasma stuff from C++.
M +0 -1 applets/pager/CMakeLists.txt
M +0 -1 applets/taskmanager/CMakeLists.txt
M +0 -1 kcms/keyboard/CMakeLists.txt
M +0 -2 kcms/ksplash/CMakeLists.txt
M +0 -1 kcms/touchpad/CMakeLists.txt
https://invent.kde.org/plasma/plasma-desktop/-/commit/58b09b2d1d0636fe66c2f58bdfc99aedd5591351
diff --git a/applets/pager/CMakeLists.txt b/applets/pager/CMakeLists.txt
index 69e0e4df48..e083ad57fe 100644
--- a/applets/pager/CMakeLists.txt
+++ b/applets/pager/CMakeLists.txt
@@ -16,7 +16,6 @@ plasma_add_applet(org.kde.plasma.pager
target_link_libraries(org.kde.plasma.pager PRIVATE
KF6::WindowSystem
- Plasma::Plasma
Plasma::Activities
PW::LibTaskManager
Qt::Core
diff --git a/applets/taskmanager/CMakeLists.txt b/applets/taskmanager/CMakeLists.txt
index 0812bb53ce..6848151859 100644
--- a/applets/taskmanager/CMakeLists.txt
+++ b/applets/taskmanager/CMakeLists.txt
@@ -55,7 +55,6 @@ target_link_libraries(org.kde.plasma.taskmanager PRIVATE
KF6::KIOFileWidgets # KFilePlacesModel
KF6::Notifications # KNotificationJobUiDelegate
KF6::XmlGui
- Plasma::Plasma
KSysGuard::ProcessCore
KF6::Service
KF6::WindowSystem
diff --git a/kcms/keyboard/CMakeLists.txt b/kcms/keyboard/CMakeLists.txt
index 1eccfc681a..d5934546d9 100644
--- a/kcms/keyboard/CMakeLists.txt
+++ b/kcms/keyboard/CMakeLists.txt
@@ -59,7 +59,6 @@ target_link_libraries(kcm_keyboard_static
KF6::GlobalAccel
KF6::I18n
KF6::WindowSystem
- Plasma::Plasma
KF6::XmlGui
KF6::GuiAddons
PkgConfig::XKBREGISTRY
diff --git a/kcms/ksplash/CMakeLists.txt b/kcms/ksplash/CMakeLists.txt
index 258e0c4770..1732f80e99 100644
--- a/kcms/ksplash/CMakeLists.txt
+++ b/kcms/ksplash/CMakeLists.txt
@@ -17,8 +17,6 @@ target_link_libraries(kcm_splashscreen PRIVATE
KF6::ConfigGui
KF6::KCMUtilsQuick
KF6::I18n
- Plasma::Plasma
- Plasma::PlasmaQuick
KF6::NewStuffCore
KF6::Package
Qt::DBus
diff --git a/kcms/touchpad/CMakeLists.txt b/kcms/touchpad/CMakeLists.txt
index 672fa897a3..86d461425a 100644
--- a/kcms/touchpad/CMakeLists.txt
+++ b/kcms/touchpad/CMakeLists.txt
@@ -29,7 +29,6 @@ target_link_libraries(kcm_touchpad
KF6::CoreAddons
KF6::I18n
KF6::KCMUtilsQuick
- Plasma::Plasma
KF6::WindowSystem
kwindevices
)