[plasma/plasma-pa] src: Install kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 4e3e1c9a08dd12f0f33920dca5a8ff9b17ec2540 by Nicolas Fella.
Committed on 23/07/2026 at 11:40.
Pushed by nicolasfella into branch 'master'.
Install kcfg file
So that it can be picked up by tooling
M +1 -0 src/CMakeLists.txt
https://invent.kde.org/plasma/plasma-pa/-/commit/4e3e1c9a08dd12f0f33920dca5a8ff9b17ec2540
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a92f3e9d..487398a8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -110,3 +110,4 @@ add_subdirectory(kded)
ecm_qt_install_logging_categories(EXPORT PLASMAPA FILE plasmapa.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR})
+install(FILES globalconfig.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR} RENAME plasmapa.kcfg)