[multimedia/elisa] src: Install kcfg file
Nate Graham <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit e7e866b19960a27b671bf5b9a790a49cc08ea7bd by Nate Graham, on behalf of Nicolas Fella.
Committed on 24/07/2026 at 15:05.
Pushed by ngraham into branch 'master'.
Install kcfg file
So that it can be picked up by tooling
M +2 -0 src/CMakeLists.txt
https://invent.kde.org/multimedia/elisa/-/commit/e7e866b19960a27b671bf5b9a790a49cc08ea7bd
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 190814a26..2964f80dc 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -538,3 +538,5 @@ if (ANDROID)
)
ecm_add_android_apk(elisa ANDROID_DIR ${CMAKE_SOURCE_DIR}/android)
endif()
+
+install(FILES elisa_core.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})