1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-02 16:31:23 +00:00

Autogenerate categories file

This commit is contained in:
Laurent Montel 2021-01-23 09:23:41 +01:00
parent aac6a5245f
commit 8236e95c76
3 changed files with 7 additions and 4 deletions

View File

@ -178,7 +178,10 @@ ecm_generate_dbus_service_file(
ecm_install_configured_files(INPUT plasma-dolphin.service.in DESTINATION ${SYSTEMD_USER_UNIT_INSTALL_DIR})
install(FILES dolphin.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR})
ecm_qt_install_logging_categories(
EXPORT DOLPHIN
FILE dolphin.categories
DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}
)
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)

View File

@ -1 +0,0 @@
org.kde.dolphin dolphin IDENTIFIER [DolphinDebug]

View File

@ -117,7 +117,8 @@ set(dolphinprivate_LIB_SRCS
dolphinnewfilemenu.cpp
)
ecm_qt_declare_logging_category(dolphinprivate_LIB_SRCS HEADER dolphindebug.h IDENTIFIER DolphinDebug CATEGORY_NAME org.kde.dolphin)
ecm_qt_declare_logging_category(dolphinprivate_LIB_SRCS HEADER dolphindebug.h IDENTIFIER DolphinDebug CATEGORY_NAME org.kde.dolphin
DESCRIPTION "dolphin" EXPORT DOLPHIN)
if(HAVE_BALOO)
set(dolphinprivate_LIB_SRCS