[plasma/krdp] src/kcm: Install kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 23763bbb502e350f390778b0f921d64d28199f93 by Nicolas Fella.
Committed on 23/07/2026 at 20:16.
Pushed by nicolasfella into branch 'master'.
Install kcfg file
So that it can be picked up by tooling
M +2 -0 src/kcm/CMakeLists.txt
https://invent.kde.org/plasma/krdp/-/commit/23763bbb502e350f390778b0f921d64d28199f93
diff --git a/src/kcm/CMakeLists.txt b/src/kcm/CMakeLists.txt
index 73b6c37..088ed9a 100644
--- a/src/kcm/CMakeLists.txt
+++ b/src/kcm/CMakeLists.txt
@@ -69,3 +69,5 @@ if (Systemd_FOUND)
endif()
ecm_qt_install_logging_categories(EXPORT kcm_krdpserver DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR})
+
+install(FILES krdpserversettings.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})