Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMail
Commits
5e6a69be
Commit
5e6a69be
authored
Mar 15, 2020
by
Laurent Montel
Browse files
GIT_SILENT: Prepare 5.14.0 beta1.
parent
b69e9bb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5e6a69be
...
...
@@ -43,17 +43,17 @@ endif()
set
(
KDEPIM_VERSION
"
${
KDEPIM_VERSION_NUMBER
}${
KDEPIM_DEV_VERSION
}
(
${
RELEASE_SERVICE_VERSION
}
)"
)
set
(
AKONADI_MIMELIB_VERSION
"5.13.
4
0"
)
set
(
AKONADI_CONTACT_VERSION
"5.13.
4
0"
)
set
(
CALENDARUTILS_LIB_VERSION
"5.13.
4
0"
)
set
(
IDENTITYMANAGEMENT_LIB_VERSION
"5.13.
4
0"
)
set
(
KLDAP_LIB_VERSION
"5.13.
4
0"
)
set
(
KMAILTRANSPORT_LIB_VERSION
"5.13.
4
0"
)
set
(
KONTACTINTERFACE_LIB_VERSION
"5.13.
4
0"
)
set
(
KMIME_LIB_VERSION
"5.13.
4
0"
)
set
(
KPIMTEXTEDIT_LIB_VERSION
"5.13.
4
0"
)
set
(
AKONADI_VERSION
"5.13.
4
0"
)
set
(
KTNEF_LIB_VERSION
"5.13.
4
0"
)
set
(
AKONADI_MIMELIB_VERSION
"5.13.
8
0"
)
set
(
AKONADI_CONTACT_VERSION
"5.13.
8
0"
)
set
(
CALENDARUTILS_LIB_VERSION
"5.13.
8
0"
)
set
(
IDENTITYMANAGEMENT_LIB_VERSION
"5.13.
8
0"
)
set
(
KLDAP_LIB_VERSION
"5.13.
8
0"
)
set
(
KMAILTRANSPORT_LIB_VERSION
"5.13.
8
0"
)
set
(
KONTACTINTERFACE_LIB_VERSION
"5.13.
8
0"
)
set
(
KMIME_LIB_VERSION
"5.13.
8
0"
)
set
(
KPIMTEXTEDIT_LIB_VERSION
"5.13.
8
0"
)
set
(
AKONADI_VERSION
"5.13.
8
0"
)
set
(
KTNEF_LIB_VERSION
"5.13.
8
0"
)
set
(
KDEPIM_LIB_VERSION
"
${
KDEPIM_VERSION_NUMBER
}
"
)
set
(
KDEPIM_LIB_SOVERSION
"5"
)
...
...
@@ -64,18 +64,18 @@ option(KDEPIM_ENTERPRISE_BUILD "Enable features specific to the enterprise branc
option
(
KDEPIM_RUN_AKONADI_TEST
"Enable autotest based on Akonadi."
TRUE
)
find_package
(
Qt5
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED DBus Network Test Widgets WebEngine WebEngineWidgets
)
set
(
LIBGRAVATAR_VERSION_LIB
"5.13.
4
0"
)
set
(
MAILCOMMON_LIB_VERSION_LIB
"5.13.
4
0"
)
set
(
KDEPIM_APPS_LIB_VERSION_LIB
"5.13.
4
0"
)
set
(
MESSAGELIB_LIB_VERSION_LIB
"5.13.
59
"
)
set
(
LIBKLEO_LIB_VERSION_LIB
"5.13.
4
0"
)
set
(
PIMCOMMON_LIB_VERSION_LIB
"5.13.
43
"
)
set
(
LIBKDEPIM_LIB_VERSION_LIB
"5.13.
4
0"
)
set
(
LIBKSIEVE_LIB_VERSION_LIB
"5.13.
4
0"
)
set
(
LIBGRAVATAR_VERSION_LIB
"5.13.
8
0"
)
set
(
MAILCOMMON_LIB_VERSION_LIB
"5.13.
8
0"
)
set
(
KDEPIM_APPS_LIB_VERSION_LIB
"5.13.
8
0"
)
set
(
MESSAGELIB_LIB_VERSION_LIB
"5.13.
80
"
)
set
(
LIBKLEO_LIB_VERSION_LIB
"5.13.
8
0"
)
set
(
PIMCOMMON_LIB_VERSION_LIB
"5.13.
80
"
)
set
(
LIBKDEPIM_LIB_VERSION_LIB
"5.13.
8
0"
)
set
(
LIBKSIEVE_LIB_VERSION_LIB
"5.13.
8
0"
)
find_package
(
KF5WebEngineViewer
${
MESSAGELIB_LIB_VERSION_LIB
}
CONFIG REQUIRED
)
find_package
(
KF5AkonadiSearch
"5.13.
4
0"
CONFIG REQUIRED
)
find_package
(
KF5AkonadiSearch
"5.13.
8
0"
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"
)
set
(
GPGMEPP_LIB_VERSION
"1.11.1"
)
...
...
@@ -148,7 +148,7 @@ endif()
if
(
EXISTS
"
${
CMAKE_SOURCE_DIR
}
/.git"
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00
)
#add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x05
80
00) #Need to find a convert method for KPluginInfo::fromServices
#add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x05
44
00) #Need to find a convert method for KPluginInfo::fromServices
endif
()
add_definitions
(
-DQT_NO_FOREACH
)
set
(
CMAKE_CXX_STANDARD 14
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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