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
KMail
Commits
858abd30
Commit
858abd30
authored
Jul 27, 2020
by
Laurent Montel
😁
Browse files
Define AKONADI_SEARCH_VERSION
parent
191d09c1
Pipeline
#28583
passed with stage
in 47 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
858abd30
...
...
@@ -71,10 +71,11 @@ set(LIBKLEO_LIB_VERSION_LIB "5.15.40")
set
(
PIMCOMMON_LIB_VERSION_LIB
"5.15.40"
)
set
(
LIBKDEPIM_LIB_VERSION_LIB
"5.15.40"
)
set
(
LIBKSIEVE_LIB_VERSION_LIB
"5.15.40"
)
set
(
AKONADI_SEARCH_VERSION
"5.15.40"
)
find_package
(
KF5WebEngineViewer
${
MESSAGELIB_LIB_VERSION_LIB
}
CONFIG REQUIRED
)
find_package
(
KF5AkonadiSearch
"5.15.40"
CONFIG REQUIRED
)
find_package
(
KF5AkonadiSearch
${
AKONADI_SEARCH_VERSION
}
CONFIG REQUIRED
)
set_package_properties
(
KF5AkonadiSearch PROPERTIES DESCRIPTION
"The Akonadi Search libraries"
URL
"https://www.kde.org"
TYPE REQUIRED PURPOSE
"Provides search capabilities in KMail and Akonadi"
)
set
(
GPGMEPP_LIB_VERSION
"1.11.1"
)
...
...
Write
Preview
Markdown
is supported
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