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
KAddressBook
Commits
f5b05a6f
Commit
f5b05a6f
authored
Feb 23, 2022
by
Laurent Montel
Browse files
Use KDE_INSTALL_KSERVICESDIR
parent
4a7496f7
Pipeline
#141377
passed with stage
in 1 minute and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/configuration/CMakeLists.txt
View file @
f5b05a6f
...
...
@@ -28,7 +28,7 @@ target_link_libraries(kaddressbook_config_plugins
kcoreaddons_desktop_to_json
(
kaddressbook_config_plugins kaddressbook_config_plugins.desktop SERVICE_TYPES kcmodule.desktop
)
install
(
FILES kaddressbook_config_plugins.desktop DESTINATION
${
KDE_INSTALL_KSERVICES
5
DIR
}
)
install
(
FILES kaddressbook_config_plugins.desktop DESTINATION
${
KDE_INSTALL_KSERVICESDIR
}
)
install
(
TARGETS kaddressbook_config_plugins DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/pim/kcms/kaddressbook
)
##################################################
...
...
@@ -52,7 +52,7 @@ if (TARGET KUserFeedbackWidgets)
)
kcoreaddons_desktop_to_json
(
kaddressbook_config_userfeedback kaddressbook_config_userfeedback.desktop SERVICE_TYPES kcmodule.desktop
)
install
(
FILES kaddressbook_config_userfeedback.desktop DESTINATION
${
KDE_INSTALL_KSERVICES
5
DIR
}
)
install
(
FILES kaddressbook_config_userfeedback.desktop DESTINATION
${
KDE_INSTALL_KSERVICESDIR
}
)
install
(
TARGETS kaddressbook_config_userfeedback DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/pim/kcms/kaddressbook
)
endif
()
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