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
KMail
Commits
2a675322
Commit
2a675322
authored
Dec 01, 2021
by
Nicolas Fella
Browse files
Remove unneeded KCMUtils link
parent
26e0b7df
Pipeline
#104074
passed with stage
in 3 minutes and 51 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/kontactplugin/summary/CMakeLists.txt
View file @
2a675322
...
...
@@ -20,7 +20,7 @@ add_library(kcmkontactsummary MODULE kcmkontactsummary.cpp)
kcoreaddons_desktop_to_json
(
kcmkontactsummary
"kcmkontactsummary.desktop"
SERVICE_TYPES kcmodule.desktop
)
pim_target_precompile_headers
(
kcmkontactsummary PUBLIC ../../../kmail_pch.h
)
target_link_libraries
(
kcmkontactsummary KF5::I18n
KF5::KCMUtils Qt::Widgets KF5::KCMUtil
s KF5::I18n KF5::KontactInterface
)
target_link_libraries
(
kcmkontactsummary KF5::I18n
Qt::Widget
s KF5::I18n KF5::KontactInterface
)
########### install files ###############
...
...
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