aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMéven Car <meven29@gmail.com>2019-08-14 16:27:31 +0200
committerMéven Car <meven29@gmail.com>2019-08-14 17:25:59 +0200
commit403c617eea56cc7581ee348e53d41eb4d291ba29 (patch)
tree303e9b5f24d59356d493045948bb1d5a0455e61a /CMakeLists.txt
parent2de9e4fc165bcadd54f81b7d17904c45632705f5 (diff)
downloadkconfig-403c617eea56cc7581ee348e53d41eb4d291ba29.tar.gz
kconfig-403c617eea56cc7581ee348e53d41eb4d291ba29.tar.bz2
Add a logging category for logs warnings
Summary: Disable logs unless the logging category kf5.kconfig.core is enabled Test Plan: ctest Reviewers: #frameworks, apol, cgiboudeaux Reviewed By: cgiboudeaux Subscribers: cgiboudeaux, mikeroyal, apol, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D22061
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8a9e496a..36d6643c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -101,3 +101,5 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kconfig_version.h
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
+
+install(FILES kconfig.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR})