[plasma/kscreenlocker] settings: Install kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit c9cc76c08051d0ef1e8a6514c4ce3a8a70bf61c8 by Nicolas Fella.
Committed on 23/07/2026 at 08:14.
Pushed by nicolasfella into branch 'master'.
Install kcfg file
So that it can be picked up by tooling
M +2 -0 settings/CMakeLists.txt
https://invent.kde.org/plasma/kscreenlocker/-/commit/c9cc76c08051d0ef1e8a6514c4ce3a8a70bf61c8
diff --git a/settings/CMakeLists.txt b/settings/CMakeLists.txt
index 68ec87a3..4716208f 100644
--- a/settings/CMakeLists.txt
+++ b/settings/CMakeLists.txt
@@ -17,3 +17,5 @@ target_link_libraries(settings
KF6::Package
KF6::XmlGui
)
+
+install(FILES kscreenlockersettings.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})