aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2020-02-12 18:05:39 +0100
committerFriedrich W. H. Kossebau <kossebau@kde.org>2020-02-12 18:05:39 +0100
commit9941a691b7a129546d0490c6ad392e6aa7877c83 (patch)
tree3eeacb2267f48908ee4010ad3c0fc854ac2e0f15 /src/CMakeLists.txt
parent059a4feee45b91d819d7675fe5b3cc220f29c6ee (diff)
downloadkconfig-9941a691b7a129546d0490c6ad392e6aa7877c83.tar.gz
kconfig-9941a691b7a129546d0490c6ad392e6aa7877c83.tar.bz2
Use ecm_qt_install_logging_categories over manual categories file
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2c61a9c6..4f61c001 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -6,6 +6,12 @@ add_subdirectory(kconfig_compiler)
add_subdirectory(kconf_update)
add_subdirectory(kreadconfig)
+ecm_qt_install_logging_categories(
+ EXPORT KCONFIG
+ FILE kconfig.categories
+ DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}
+)
+
if (BUILD_QCH)
ecm_add_qch(
KF5Config_QCH