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 Runtime
Commits
ad2dab70
Commit
ad2dab70
authored
Feb 23, 2022
by
Laurent Montel
😁
Browse files
Fix cmake variable
parent
ffc3100a
Pipeline
#141374
passed with stage
in 9 minutes and 29 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
kcms/ldap/CMakeLists.txt
View file @
ad2dab70
...
@@ -13,5 +13,5 @@ kcoreaddons_desktop_to_json(kcm_ldap kcmldap.desktop DEFAULT_SERVICE_TYPE)
...
@@ -13,5 +13,5 @@ kcoreaddons_desktop_to_json(kcm_ldap kcmldap.desktop DEFAULT_SERVICE_TYPE)
install
(
TARGETS kcm_ldap DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/pim/kcms/kaddressbook
)
install
(
TARGETS kcm_ldap DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/pim/kcms/kaddressbook
)
install
(
FILES kcmldap.desktop DESTINATION
${
KDE_INSTALL_KSERVICES
5
DIR
}
)
install
(
FILES kcmldap.desktop DESTINATION
${
KDE_INSTALL_KSERVICESDIR
}
)
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