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
PIM
KDE PIM Add-ons
Commits
e5f0b5ed
Commit
e5f0b5ed
authored
Jul 29, 2021
by
Laurent Montel
😁
Browse files
Clean up macro
parent
4180eccf
Pipeline
#72359
passed with stage
in 54 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/editorplugins/qtcreator-template/kmaileditorplugins/CMakeLists.txt
View file @
e5f0b5ed
...
...
@@ -44,8 +44,7 @@ set(%{ProjectNameUpper}_SRCS
ecm_qt_declare_logging_category
(
%{ProjectNameUpper}_SRCS HEADER %{ProjectNameLower}editorplugin_debug.h IDENTIFIER %{DebugIdentifierName} CATEGORY_NAME %{DebugCategoryName}
)
kcoreaddons_add_plugin
(
%{ProjectNameLower}editorplugin JSON %{ProjectNameLower}editorplugin.json SOURCES
${
%{ProjectNameUpper
}
_SRCS} INSTALL_NAMESPACE kmail
)
kcoreaddons_add_plugin
(
%{ProjectNameLower}editorplugin INSTALL_NAMESPACE kmail
)
target_link_libraries
(
%{ProjectNameLower}editorplugin
KF5::MessageComposer KF5::XmlGui KF5::I18n
...
...
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