[network/neochat/release/26.08] src/app: Install kcfg file
Joshua Goins <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit db503c7c4be92f7260cc020d02184b8940c402d4 by Joshua Goins, on behalf of Nicolas Fella.
Committed on 24/07/2026 at 20:14.
Pushed by redstrate into branch 'release/26.08'.
Install kcfg file
So that it can be picked up by tooling
(cherry picked from commit 47351187a715a28efd879e8b228c4a38be94b158)
M +2 -0 src/app/CMakeLists.txt
https://invent.kde.org/network/neochat/-/commit/db503c7c4be92f7260cc020d02184b8940c402d4
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})