[network/krfb] krfb: Install kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 1645d25111fdd9904052a9bd899f565d0872fb6a by Nicolas Fella.
Committed on 24/07/2026 at 11:39.
Pushed by nicolasfella into branch 'master'.
Install kcfg file
So that it can be picked up by tooling
M +2 -0 krfb/CMakeLists.txt
https://invent.kde.org/network/krfb/-/commit/1645d25111fdd9904052a9bd899f565d0872fb6a
diff --git a/krfb/CMakeLists.txt b/krfb/CMakeLists.txt
index 980a84ec..550b3bf9 100644
--- a/krfb/CMakeLists.txt
+++ b/krfb/CMakeLists.txt
@@ -169,3 +169,5 @@ install(FILES org.kde.krfb.appdata.xml
install (FILES krfb.notifyrc
DESTINATION ${KDE_INSTALL_DATADIR}/krfb
)
+
+install(FILES krfb.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})