Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
PIM Messagelib
Commits
d47669c4
Commit
d47669c4
authored
Jul 27, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define AKONADI_SEARCH_VERSION
parent
0b45695e
Pipeline
#28580
passed with stage
in 104 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
d47669c4
...
...
@@ -34,6 +34,7 @@ set(LIBKDEPIM_LIB_VERSION "5.15.40")
set
(
LIBKLEO_LIB_VERSION
"5.15.40"
)
set
(
PIMCOMMON_LIB_VERSION
"5.15.40"
)
set
(
GPGME_LIB_VERSION
"1.11.1"
)
set
(
AKONADI_SEARCH_VERSION
"5.15.40"
)
set
(
ECM_VERSION
${
KF5_MIN_VERSION
}
)
...
...
@@ -98,8 +99,7 @@ find_package(KF5Mbox ${KMBOX_LIB_VERSION} CONFIG REQUIRED)
find_package
(
KF5PimCommonAkonadi
${
PIMCOMMON_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5PimTextEdit
${
KPIMTEXTEDIT_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5Libkdepim
${
LIBKDEPIM_LIB_VERSION
}
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://kde.org/"
TYPE REQUIRED PURPOSE
"Provides search capabilities in KMail and Akonadi"
)
set
(
CMAKE_CXX_STANDARD 14
)
...
...
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