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
KOrganizer
Commits
1057b781
Commit
1057b781
authored
Jul 27, 2020
by
Laurent Montel
😁
Browse files
Define AKONADI_SEARCH_VERSION
parent
a5c76787
Pipeline
#28582
passed with stage
in 28 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
1057b781
...
...
@@ -74,8 +74,9 @@ set(LIBKDEPIM_LIB_VERSION_LIB "5.15.40")
set
(
LIBINCIDENCEEDITOR_LIB_VERSION_LIB
"5.15.40"
)
set
(
CALENDARSUPPORT_LIB_VERSION_LIB
"5.15.40"
)
set
(
EVENTVIEW_LIB_VERSION_LIB
"5.15.40"
)
set
(
AKONADI_SEARCH_VERSION
"5.15.40"
)
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"
)
# Find KF5 package
...
...
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