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
KDE PIM Add-ons
Commits
699fd86e
Commit
699fd86e
authored
Jul 30, 2022
by
Laurent Montel
Browse files
It compiles fine without deprecated methods
parent
1ba67e10
Pipeline
#210607
passed with stage
in 23 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
699fd86e
...
...
@@ -152,7 +152,7 @@ endif()
# Extra package
find_package
(
Gpgmepp 1.16.0 CONFIG
)
set_package_properties
(
Gpgmepp PROPERTIES DESCRIPTION
"GpgME library"
URL
"https://www.gnupg.org"
TYPE REQUIRED
)
ecm_set_disabled_deprecation_versions
(
QT 5.14.0 KF 5.9
6
.0
)
ecm_set_disabled_deprecation_versions
(
QT 5.14.0 KF 5.9
7
.0
)
option
(
KDEPIM_RUN_AKONADI_TEST
"Enable autotest based on Akonadi."
TRUE
)
...
...
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