[plasma-mobile/plasma-camera] src: Install kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 489a39e0293fbce7d570fd9d4672229d04331987 by Nicolas Fella.
Committed on 23/07/2026 at 19:54.
Pushed by nicolasfella 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/plasma-mobile/plasma-camera/-/commit/489a39e0293fbce7d570fd9d4672229d04331987
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 0c676f7..d517434 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -64,3 +64,5 @@ endif()
target_include_directories(plasma-camera PRIVATE ${CMAKE_BINARY_DIR})
install(TARGETS plasma-camera ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
+
+install(FILES camerasettings.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR} RENAME plasma-camera.kcfg)