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
PimCommon
Commits
b842c083
Commit
b842c083
authored
Jul 27, 2020
by
Laurent Montel
😁
Browse files
Define AKONADI_SEARCH_VERSION
parent
f3374291
Pipeline
#28579
passed with stage
in 33 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b842c083
...
...
@@ -71,7 +71,8 @@ add_feature_info(DESIGNERPLUGIN ${BUILD_DESIGNERPLUGIN} "Build plugin for Qt Des
option
(
FORCE_DISABLE_AKONADI_SEARCH
"Disable features and API that require akonadi-search, e.g. because xapian isn't available"
OFF
)
if
(
NOT FORCE_DISABLE_AKONADI_SEARCH
)
find_package
(
KF5AkonadiSearch
${
AKONADISEARCH_LIB_VERSION
}
CONFIG REQUIRED
)
set
(
AKONADI_SEARCH_VERSION
"5.15.40"
)
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"
)
endif
()
...
...
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