[network/neochat] src/app: Install kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 47351187a715a28efd879e8b228c4a38be94b158 by Nicolas Fella.
Committed on 23/07/2026 at 19:57.
Pushed by nicolasfella into branch 'master'.
Install kcfg file
So that it can be picked up by tooling
M +2 -0 src/app/CMakeLists.txt
https://invent.kde.org/network/neochat/-/commit/47351187a715a28efd879e8b228c4a38be94b158
diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt
index 4d402719d..f2646f475 100644
--- a/src/app/CMakeLists.txt
+++ b/src/app/CMakeLists.txt
@@ -392,3 +392,5 @@ if (APPLE)
set_target_properties(neochat-app PROPERTIES MACOSX_BUNDLE_SHORT_VERSION_STRING ${RELEASE_SERVICE_VERSION})
set_target_properties(neochat-app PROPERTIES MACOSX_BUNDLE_BUNDLE_VERSION ${RELEASE_SERVICE_VERSION})
endif ()
+
+install(FILES neochatconfig.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})