Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
Dolphin
Commits
8236e95c
Commit
8236e95c
authored
Jan 23, 2021
by
Laurent Montel
😁
Browse files
Autogenerate categories file
parent
aac6a524
Pipeline
#48399
passed with stage
in 7 minutes and 4 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8236e95c
...
...
@@ -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
)
dolphin.categories
deleted
100644 → 0
View file @
aac6a524
org.kde.dolphin dolphin IDENTIFIER [DolphinDebug]
src/CMakeLists.txt
View file @
8236e95c
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment