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
KMail
Commits
eb7c7410
Commit
eb7c7410
authored
May 31, 2021
by
Laurent Montel
😁
Browse files
Reduce cmake variable name
parent
5e675e0c
Pipeline
#63664
passed with stage
in 23 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kontactplugin/summary/CMakeLists.txt
View file @
eb7c7410
...
...
@@ -15,9 +15,7 @@ kcoreaddons_desktop_to_json(kontact_summaryplugin summaryplugin.desktop)
########### next target ###############
set
(
kcm_kontactsummary_PART_SRCS kcmkontactsummary.cpp
)
add_library
(
kcm_kontactsummary MODULE
${
kcm_kontactsummary_PART_SRCS
}
)
add_library
(
kcm_kontactsummary MODULE kcmkontactsummary.cpp
)
kcoreaddons_desktop_to_json
(
kcm_kontactsummary
"kcmkontactsummary.desktop"
SERVICE_TYPES kcmodule.desktop
)
pim_target_precompile_headers
(
kcm_kontactsummary PUBLIC ../../../kmail_pch.h
)
...
...
Write
Preview
Markdown
is supported
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