[network/ktorrent] libktcore: Install kcfg file
Tobias Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 8418132a927286e32bc12e5db1fe295c9eae653c by Tobias Fella, on behalf of Nicolas Fella.
Committed on 25/07/2026 at 20:38.
Pushed by tfella into branch 'master'.
Install kcfg file
So that it can be picked up by tooling
M +1 -1 libktcore/CMakeLists.txt
https://invent.kde.org/network/ktorrent/-/commit/8418132a927286e32bc12e5db1fe295c9eae653c
diff --git a/libktcore/CMakeLists.txt b/libktcore/CMakeLists.txt
index 551ad7d56..8fe82b02c 100644
--- a/libktcore/CMakeLists.txt
+++ b/libktcore/CMakeLists.txt
@@ -78,4 +78,4 @@ endif()
target_include_directories(ktcore PUBLIC "$<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/libktcore>")
install(TARGETS ktcore ${INSTALL_TARGETS_DEFAULT_ARGS} LIBRARY NAMELINK_SKIP)
-
+install(FILES ktorrent.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})