[plasma/libplasma] src: Remove warning (found by cmake --warn-uninitialized -Werror=dev )
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 2276148c08007afc8b97401440102b25078d9eeb by Laurent Montel.
Committed on 23/07/2026 at 04:46.
Pushed by mlaurent into branch 'master'.
Remove warning (found by cmake --warn-uninitialized -Werror=dev )
M +0 -1 src/declarativeimports/core/CMakeLists.txt
M +0 -1 src/plasma/CMakeLists.txt
https://invent.kde.org/plasma/libplasma/-/commit/2276148c08007afc8b97401440102b25078d9eeb
diff --git a/src/declarativeimports/core/CMakeLists.txt b/src/declarativeimports/core/CMakeLists.txt
index 485d54056..038bff887 100644
--- a/src/declarativeimports/core/CMakeLists.txt
+++ b/src/declarativeimports/core/CMakeLists.txt
@@ -10,7 +10,6 @@ target_sources(corebindingsplugin PRIVATE
corebindingsplugin.h
tooltiparea.h
tooltipdialog.h
- ${RESOURCES}
)
ecm_target_qml_sources(corebindingsplugin SOURCES
diff --git a/src/plasma/CMakeLists.txt b/src/plasma/CMakeLists.txt
index 12f5915ef..a7c6fe9f7 100644
--- a/src/plasma/CMakeLists.txt
+++ b/src/plasma/CMakeLists.txt
@@ -105,7 +105,6 @@ PRIVATE
KF6::Notifications
KF6::IconThemes
KF6::Svg
- ${PLASMA_EXTRA_LIBS}
)
if(ENABLE_ACTIVITIES)