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
MBox Importer
Commits
f9deae24
Commit
f9deae24
authored
Mar 15, 2020
by
Laurent Montel
Browse files
GIT_SILENT: Prepare 5.14.0 beta1.
parent
c7221ad1
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f9deae24
...
...
@@ -36,16 +36,16 @@ endif()
set
(
KDEPIM_VERSION
"
${
KDEPIM_VERSION_NUMBER
}${
KDEPIM_DEV_VERSION
}
(
${
RELEASE_SERVICE_VERSION
}
)"
)
set
(
AKONADI_VERSION
"5.13.
4
0"
)
set
(
AKONADI_VERSION
"5.13.
8
0"
)
set
(
KDEPIM_LIB_VERSION
"
${
KDEPIM_VERSION_NUMBER
}
"
)
set
(
KDEPIM_LIB_SOVERSION
"5"
)
set
(
QT_REQUIRED_VERSION
"5.12.0"
)
find_package
(
Qt5
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED Gui Widgets
)
set
(
LIBMAILIMPORTER_VERSION_LIB
"5.13.
4
0"
)
set
(
MAILCOMMON_LIB_VERSION_LIB
"5.13.
4
0"
)
set
(
PIMCOMMON_LIB_VERSION
"5.13.
4
0"
)
set
(
LIBMAILIMPORTER_VERSION_LIB
"5.13.
8
0"
)
set
(
MAILCOMMON_LIB_VERSION_LIB
"5.13.
8
0"
)
set
(
PIMCOMMON_LIB_VERSION
"5.13.
8
0"
)
# Find KF5 package
find_package
(
KF5Config
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
...
...
@@ -63,7 +63,7 @@ include_directories(${mbox-importer_SOURCE_DIR} ${mbox-importer_BINARY_DIR})
if
(
EXISTS
"
${
CMAKE_SOURCE_DIR
}
/.git"
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00
)
add_definitions
(
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x05
80
00
)
add_definitions
(
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x05
44
00
)
endif
()
add_definitions
(
-DQT_NO_FOREACH
)
...
...
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