From 0c95c9f799cd5cfc5b36ae34ea7fceda13d14c0e Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 31 May 2019 16:55:24 +0200 Subject: Create specific directory for Qt logging categories file Summary: kdebugsettings categories files Reviewers: dfaure, cgiboudeaux Reviewed By: cgiboudeaux Subscribers: kossebau, kde-frameworks-devel, kde-buildsystem Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D21313 --- kde-modules/KDEInstallDirs.cmake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kde-modules/KDEInstallDirs.cmake b/kde-modules/KDEInstallDirs.cmake index 275fd65b..4e520377 100644 --- a/kde-modules/KDEInstallDirs.cmake +++ b/kde-modules/KDEInstallDirs.cmake @@ -128,6 +128,8 @@ # [``CONFIG_INSTALL_DIR``] # ``AUTOSTARTDIR`` # autostart files (``CONFDIR/autostart``) [``AUTOSTART_INSTALL_DIR``] +# ``LOGGINGCATEGORIESDIR`` +# Qt logging categories files directory (``DATAROOTDIR/qlogging-categories5``) Since 5.59.0 # # If ``KDE_INSTALL_USE_QT_SYS_PATHS`` is set to TRUE before including this # module, the default values for some variables are instead queried from @@ -582,6 +584,8 @@ _define_relative(KXMLGUI5DIR DATAROOTDIR "kxmlgui5" KXMLGUI_INSTALL_DIR) _define_relative(KTEMPLATESDIR DATAROOTDIR "kdevappwizard/templates" "Kapptemplate and Kdevelop templates") +_define_relative(LOGGINGCATEGORIESDIR DATAROOTDIR "qlogging-categories5" + "Qt Logging categories files") # Cross-desktop or other system things _define_relative(ICONDIR DATAROOTDIR "icons" -- cgit v1.2.1