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
Akonadi Contacts
Commits
d238f88e
Commit
d238f88e
authored
Feb 20, 2022
by
Laurent Montel
😁
Browse files
fix install dir (qt6 fix compile error)
parent
efcaafd0
Pipeline
#140102
passed with stage
in 1 minute and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kcm/CMakeLists.txt
View file @
d238f88e
...
...
@@ -15,7 +15,7 @@ kconfig_add_kcfg_files(kcm_akonadicontact_actions ${Akonadi-Contact_SOURCE_DIR}/
install
(
FILES akonadicontact_actions.desktop DESTINATION
${
KDE_INSTALL_KSERVICES
5
DIR
}
)
install
(
FILES akonadicontact_actions.desktop DESTINATION
${
KDE_INSTALL_KSERVICESDIR
}
)
kcoreaddons_desktop_to_json
(
kcm_akonadicontact_actions akonadicontact_actions.desktop SERVICE_TYPES kcmodule.desktop
)
install
(
TARGETS kcm_akonadicontact_actions DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/pim/kcms/kaddressbook
)
...
...
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