[office/marknote] src: Install kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 96e20c957eb33ba0927bd92c9820ab939cab2d13 by Nicolas Fella.
Committed on 23/07/2026 at 17:18.
Pushed by carlschwan 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/office/marknote/-/commit/96e20c957eb33ba0927bd92c9820ab939cab2d13
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a9b1e89e..5932277c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -191,3 +191,4 @@ if (BUILD_TESTING)
endif()
install(TARGETS marknote ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
+install(FILES marknotesettings.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})