[pim/kdepim-addons] plugins/webengineurlinterceptor/adblock: Install kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 7865b1e97a82662799aba7556f4768b867800ae7 by Nicolas Fella.
Committed on 23/07/2026 at 17:16.
Pushed by nicolasfella into branch 'master'.
Install kcfg file
So that it can be picked up by tooling
M +2 -0 plugins/webengineurlinterceptor/adblock/CMakeLists.txt
https://invent.kde.org/pim/kdepim-addons/-/commit/7865b1e97a82662799aba7556f4768b867800ae7
diff --git a/plugins/webengineurlinterceptor/adblock/CMakeLists.txt b/plugins/webengineurlinterceptor/adblock/CMakeLists.txt
index 542ed8c02..1810e951e 100644
--- a/plugins/webengineurlinterceptor/adblock/CMakeLists.txt
+++ b/plugins/webengineurlinterceptor/adblock/CMakeLists.txt
@@ -155,3 +155,5 @@ if(BUILD_TESTING)
add_subdirectory(autotests)
add_subdirectory(tests)
endif()
+
+install(FILES settings/webengineurlinterceptoradblock.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})