[graphics/gwenview] lib: Install kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 30574d8b20d9ab34f1569eb6d021d8d0df7c952d by Nicolas Fella.
Committed on 23/07/2026 at 17:23.
Pushed by nicolasfella into branch 'master'.
Install kcfg file
So that it can be picked up by tooling
M +1 -0 lib/CMakeLists.txt
https://invent.kde.org/graphics/gwenview/-/commit/30574d8b20d9ab34f1569eb6d021d8d0df7c952d
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 296cb106f..a0518ce3f 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -367,3 +367,4 @@ if (NOT GWENVIEW_NO_WAYLAND_GESTURES)
endif()
install(TARGETS gwenviewlib ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} LIBRARY NAMELINK_SKIP)
+install(FILES gwenviewconfig.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})