Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akonadi Search
Commits
03bb48c9
Commit
03bb48c9
authored
Jan 08, 2022
by
Alexander Lohnau
💬
Committed by
Laurent Montel
Jan 10, 2022
Browse files
Use target-centric CMake approach for declaring runner debug category
parent
11599bea
Changes
1
Hide whitespace changes
Inline
Side-by-side
runner/CMakeLists.txt
View file @
03bb48c9
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: none
ecm_qt_declare_logging_category
(
pimcontactsrunner_DEBUG HEADER akonadi_runner_debug.h
IDENTIFIER AKONADI_KRUNNER_LOG
CATEGORY_NAME org.kde.pim.akonadi_krunner_plugin
DESCRIPTION
"akonadisearch (akonadi plugin krunner)"
OLD_CATEGORY_NAMES log_akonadi_krunner_plugin
EXPORT AKONADISEARCH
)
add_library
(
krunner_pimcontacts MODULE
)
ecm_qt_declare_logging_category
(
krunner_pimcontacts HEADER akonadi_runner_debug.h
IDENTIFIER AKONADI_KRUNNER_LOG
CATEGORY_NAME org.kde.pim.akonadi_krunner_plugin
DESCRIPTION
"akonadisearch (akonadi plugin krunner)"
OLD_CATEGORY_NAMES log_akonadi_krunner_plugin
EXPORT AKONADISEARCH
)
target_sources
(
krunner_pimcontacts PRIVATE
pimcontactsrunner.cpp
pimcontactsrunner.h
${
pimcontactsrunner_DEBUG
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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