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
KDE PIM Runtime
Commits
82b686eb
Commit
82b686eb
authored
Oct 24, 2022
by
Nicolas Fella
Browse files
Add missing KCoreAddons link
parent
3bc46b2d
Pipeline
#254637
passed with stage
in 16 minutes and 49 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
kcms/ldap/CMakeLists.txt
View file @
82b686eb
...
...
@@ -7,7 +7,7 @@ target_sources( kcm_ldap PRIVATE
)
target_link_libraries
(
kcm_ldap KF5::KCMUtils KF5::I18n KF5::Ldap
)
target_link_libraries
(
kcm_ldap
KF5::CoreAddons
KF5::KCMUtils KF5::I18n KF5::Ldap
)
install
(
TARGETS kcm_ldap DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/pim
${
QT_MAJOR_VERSION
}
/kcms/kaddressbook
)
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