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
PimCommon
Commits
d98d9c49
Commit
d98d9c49
authored
Nov 29, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GIT_SILENT: prepare 5.16.0
parent
c33145c3
Pipeline
#43634
passed with stage
in 9 minutes and 36 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
CMakeLists.txt
CMakeLists.txt
+9
-9
No files found.
CMakeLists.txt
View file @
d98d9c49
...
...
@@ -27,15 +27,15 @@ set(CMAKE_CXX_STANDARD 14)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
set
(
PIMCOMMON_LIB_VERSION
${
PIM_VERSION
}
)
set
(
AKONADICONTACT_LIB_VERSION
"5.1
5.9
0"
)
set
(
LIBKDEPIM_LIB_VERSION
"5.1
5.9
0"
)
set
(
AKONADICONTACT_LIB_VERSION
"5.1
6.
0"
)
set
(
LIBKDEPIM_LIB_VERSION
"5.1
6.
0"
)
set
(
QT_REQUIRED_VERSION
"5.13.0"
)
set
(
KMIME_LIB_VERSION
"5.1
5.9
0"
)
set
(
KIMAP_LIB_VERSION
"5.1
5.9
0"
)
set
(
KPIMTEXTEDIT_LIB_VERSION
"5.1
5.9
0"
)
set
(
AKONADI_VERSION
"5.1
5.9
0"
)
set
(
KLDAP_LIB_VERSION
"5.1
5.9
0"
)
set
(
GRANTLEETHEME_LIB_VERSION
"5.1
5.9
0"
)
set
(
KMIME_LIB_VERSION
"5.1
6.
0"
)
set
(
KIMAP_LIB_VERSION
"5.1
6.
0"
)
set
(
KPIMTEXTEDIT_LIB_VERSION
"5.1
6.
0"
)
set
(
AKONADI_VERSION
"5.1
6.
0"
)
set
(
KLDAP_LIB_VERSION
"5.1
6.
0"
)
set
(
GRANTLEETHEME_LIB_VERSION
"5.1
6.
0"
)
find_package
(
Qt5
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED Widgets DBus Network Test Xml PrintSupport
)
...
...
@@ -71,7 +71,7 @@ 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
)
set
(
AKONADI_SEARCH_VERSION
"5.1
5.9
0"
)
set
(
AKONADI_SEARCH_VERSION
"5.1
6.
0"
)
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
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