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
a5414370
Verified
Commit
a5414370
authored
Jan 28, 2022
by
Carl Schwan
🚴
Browse files
Explicitely link to KCoreAddons
Otherwise this fails on windows
parent
a088f170
Pipeline
#130089
passed with stage
in 1 minute and 50 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a5414370
...
...
@@ -47,6 +47,7 @@ find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widget
########### Find packages ###########
find_package
(
KF5KIO
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5I18n
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5CoreAddons
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5Completion
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5Config
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5IconThemes
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
...
...
kcm/CMakeLists.txt
View file @
a5414370
...
...
@@ -19,4 +19,4 @@ install(FILES akonadicontact_actions.desktop DESTINATION ${KDE_INSTALL_KSERVICES
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
)
target_link_libraries
(
kcm_akonadicontact_actions KF5::ConfigWidgets KF5::I18n KF5::Completion
)
target_link_libraries
(
kcm_akonadicontact_actions KF5::ConfigWidgets KF5::I18n KF5::Completion
KF5::CoreAddons
)
Carl Schwan
🚴
@carlschwan
mentioned in commit
62ee5874
·
Jan 28, 2022
mentioned in commit
62ee5874
mentioned in commit 62ee5874ecc0e9a478815809e7338d236e8457ec
Toggle commit list
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