[graphics/gwenview] importer: Install kcfg file for importer
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 040d8a898967bd6e05f6acd9b8b7cce6fc87605a by Nicolas Fella.
Committed on 23/07/2026 at 20:08.
Pushed by nicolasfella into branch 'master'.
Install kcfg file for importer
M +1 -0 importer/CMakeLists.txt
https://invent.kde.org/graphics/gwenview/-/commit/040d8a898967bd6e05f6acd9b8b7cce6fc87605a
diff --git a/importer/CMakeLists.txt b/importer/CMakeLists.txt
index a8e636b88..759574408 100644
--- a/importer/CMakeLists.txt
+++ b/importer/CMakeLists.txt
@@ -72,3 +72,4 @@ install(FILES gwenview_importer.desktop
DESTINATION ${KDE_INSTALL_DATADIR}/solid/actions/)
install(FILES org.kde.gwenview_importer.desktop DESTINATION ${KDE_INSTALL_APPDIR})
+install(FILES importerconfig.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR} RENAME gwenview-importer.kcfg)