[network/alligator] src: Install kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit f9a361ff97aff46b1f8b2ecf0825f88561193fe1 by Nicolas Fella.
Committed on 24/07/2026 at 11:29.
Pushed by nicolasfella into branch 'master'.
Install kcfg file
So that it can be picked up by tooling
M +1 -0 src/CMakeLists.txt
https://invent.kde.org/network/alligator/-/commit/f9a361ff97aff46b1f8b2ecf0825f88561193fe1
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 586c2fa..fe0cc2d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -109,3 +109,4 @@ else()
endif()
install(TARGETS alligator ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
+install(FILES alligatorsettings.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})