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
b9f34779
Commit
b9f34779
authored
Jul 23, 2020
by
Laurent Montel
😁
Browse files
Add set_package_properties
parent
d7cdf6f4
Pipeline
#28099
failed with stage
in 65 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b9f34779
...
...
@@ -99,6 +99,9 @@ find_package(Sasl2)
set_package_properties
(
Sasl2 PROPERTIES TYPE REQUIRED
)
find_package
(
Qca-qt5 2.3.0 CONFIG REQUIRED
)
set_package_properties
(
Qca-qt5 PROPERTIES DESCRIPTION
"Qt Cryptographic Architecture"
URL
"https://invent.kde.org/libraries/qca"
TYPE REQUIRED
PURPOSE
"Needed for ews resource."
)
option
(
KDEPIM_RUN_AKONADI_TEST
"Enable autotest based on Akonadi."
TRUE
)
# QT5 package
find_package
(
Qt5
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED TextToSpeech Network Widgets Test XmlPatterns DBus WebEngineWidgets NetworkAuth
)
...
...
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