[utilities/yakuake] app: Install kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 0e1c95e4c07dd4996ec34c5098fcc65d2403f93f by Nicolas Fella.
Committed on 23/07/2026 at 19:56.
Pushed by nicolasfella into branch 'master'.
Install kcfg file
So that it can be picked up by tooling
M +2 -0 app/CMakeLists.txt
https://invent.kde.org/utilities/yakuake/-/commit/0e1c95e4c07dd4996ec34c5098fcc65d2403f93f
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
index 7f7506f0..c8e1680f 100644
--- a/app/CMakeLists.txt
+++ b/app/CMakeLists.txt
@@ -91,3 +91,5 @@ endif()
install(TARGETS yakuake ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
install(FILES yakuake.knsrc DESTINATION ${KDE_INSTALL_KNSRCDIR})
+
+install(FILES config/yakuake.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})