[plasma/print-manager] src/print-queue: Remove unused Plasma::Plasma linkage
Kai Uwe Broulik <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 7232e5d05c5bc41b7cb489e93c3f2a208a7cd29d by Kai Uwe Broulik.
Committed on 20/07/2026 at 13:07.
Pushed by broulik into branch 'master'.
Remove unused Plasma::Plasma linkage
It's not used.
M +0 -1 src/print-queue/CMakeLists.txt
https://invent.kde.org/plasma/print-manager/-/commit/7232e5d05c5bc41b7cb489e93c3f2a208a7cd29d
diff --git a/src/print-queue/CMakeLists.txt b/src/print-queue/CMakeLists.txt
index 89c2baf2..50f345d5 100644
--- a/src/print-queue/CMakeLists.txt
+++ b/src/print-queue/CMakeLists.txt
@@ -25,7 +25,6 @@ target_link_libraries(plasma-print-queue PUBLIC
KF6::I18n
KF6::I18nQml
KF6::DBusAddons
- Plasma::Plasma
KirigamiApp
kcups
)