From 9941a691b7a129546d0490c6ad392e6aa7877c83 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Wed, 12 Feb 2020 18:05:39 +0100 Subject: Use ecm_qt_install_logging_categories over manual categories file --- src/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/CMakeLists.txt') 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 -- cgit v1.2.1