[utilities/konsole] src: Install kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 63a5072593222d7956ed9a1f95932d1cc39d73b0 by Nicolas Fella.
Committed on 24/07/2026 at 11:19.
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/utilities/konsole/-/commit/63a5072593222d7956ed9a1f95932d1cc39d73b0
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 03e4a8c63..bb912522f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -407,6 +407,7 @@ if(APPLE)
endif()
install(TARGETS konsole ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
+install(FILES settings/konsole.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})
### Embedded Konsole KPart