[plasma/spectacle] src: Install kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 4ae6fb50bd15d0c0d77f6260843c4d63619e5bf4 by Nicolas Fella.
Committed on 24/07/2026 at 08:45.
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/plasma/spectacle/-/commit/4ae6fb50bd15d0c0d77f6260843c4d63619e5bf4
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 524c94b6f..4b7d2b927 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -191,3 +191,4 @@ qt_target_qml_sources(spectacle
)
install(TARGETS spectacle ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
+install(FILES Gui/SettingsDialog/spectacle.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})