aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/CMakeLists.txt3
-rw-r--r--src/kconf_update/CMakeLists.txt3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 65386957..0744409f 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -16,7 +16,8 @@ set(libkconfigcore_SRCS
ecm_qt_declare_logging_category(libkconfigcore_SRCS
HEADER kconfig_core_log_settings.h
IDENTIFIER KCONFIG_CORE_LOG
- CATEGORY_NAME kf5.kconfig.core
+ CATEGORY_NAME kf.config.core
+ OLD_CATEGORY_NAMES kf5.kconfig.core
DESCRIPTION "KConfig Core"
EXPORT KCONFIG
)
diff --git a/src/kconf_update/CMakeLists.txt b/src/kconf_update/CMakeLists.txt
index 32a43251..4a551f59 100644
--- a/src/kconf_update/CMakeLists.txt
+++ b/src/kconf_update/CMakeLists.txt
@@ -10,7 +10,8 @@ set(kconf_update_SRCS
ecm_qt_declare_logging_category(kconf_update_SRCS
HEADER kconf_update_debug.h
IDENTIFIER KCONF_UPDATE_LOG
- CATEGORY_NAME kf5.kconfig.update
+ CATEGORY_NAME kf.config.kconf_update
+ OLD_CATEGORY_NAMES kf5.kconfig.update
DESCRIPTION "kconf_update"
EXPORT KCONFIG
)