[network/kio-extras] kcms/proxy: Install kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit a9e3fb24d133ad1566cb370becdc10d62b3019a2 by Nicolas Fella.
Committed on 24/07/2026 at 11:20.
Pushed by nicolasfella into branch 'master'.
Install kcfg file
So that it can be picked up by tooling
M +2 -0 kcms/proxy/CMakeLists.txt
https://invent.kde.org/network/kio-extras/-/commit/a9e3fb24d133ad1566cb370becdc10d62b3019a2
diff --git a/kcms/proxy/CMakeLists.txt b/kcms/proxy/CMakeLists.txt
index a9947ce7c..eaf19c18d 100644
--- a/kcms/proxy/CMakeLists.txt
+++ b/kcms/proxy/CMakeLists.txt
@@ -28,3 +28,5 @@ if(USE_DBUS)
target_link_libraries(kcm_proxy PRIVATE Qt6::DBus)
target_compile_definitions(kcm_proxy PUBLIC -DWITH_DBUS)
endif()
+
+install(FILES kioslave.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})