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
1a56976b
Commit
1a56976b
authored
Nov 07, 2021
by
Laurent Montel
😁
Browse files
GIT_SILENT: prepare 5.19.0beta1
parent
250258d1
Pipeline
#95372
canceled with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
1a56976b
...
...
@@ -34,13 +34,13 @@ option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt Assistant,
add_feature_info
(
QCH
${
BUILD_QCH
}
"API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)"
)
set
(
PIMCOMMON_LIB_VERSION
${
PIM_VERSION
}
)
set
(
AKONADICONTACT_LIB_VERSION
"5.18.
4
0"
)
set
(
LIBKDEPIM_LIB_VERSION
"5.18.
4
0"
)
set
(
AKONADICONTACT_LIB_VERSION
"5.18.
8
0"
)
set
(
LIBKDEPIM_LIB_VERSION
"5.18.
8
0"
)
set
(
QT_REQUIRED_VERSION
"5.15.2"
)
set
(
KIMAP_LIB_VERSION
"5.18.
4
0"
)
set
(
KPIMTEXTEDIT_LIB_VERSION
"5.18.
4
0"
)
set
(
AKONADI_VERSION
"5.18.
41
"
)
set
(
KLDAP_LIB_VERSION
"5.18.
4
0"
)
set
(
KIMAP_LIB_VERSION
"5.18.
8
0"
)
set
(
KPIMTEXTEDIT_LIB_VERSION
"5.18.
8
0"
)
set
(
AKONADI_VERSION
"5.18.
80
"
)
set
(
KLDAP_LIB_VERSION
"5.18.
8
0"
)
find_package
(
Qt5
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED Widgets DBus Network Test Xml PrintSupport
)
...
...
@@ -81,7 +81,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.18.
4
0"
)
set
(
AKONADI_SEARCH_VERSION
"5.18.
8
0"
)
find_package
(
KF5AkonadiSearch
${
AKONADI_SEARCH_VERSION
}
CONFIG REQUIRED
)
set_package_properties
(
KF5AkonadiSearch PROPERTIES DESCRIPTION
"The Akonadi Search libraries"
URL
"https://invent.kde.org/pim/akonadi-search"
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