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
ed63cf7a
Commit
ed63cf7a
authored
Nov 17, 2021
by
Laurent Montel
Browse files
It compiles fine without deprecated methods
parent
9d060915
Pipeline
#98403
passed with stage
in 23 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ed63cf7a
...
...
@@ -65,7 +65,7 @@ option(KDEPIM_ENTERPRISE_BUILD "Enable features specific to the enterprise branc
find_package
(
Qt5
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED DBus Network Test Widgets WebEngine WebEngineWidgets
)
set
(
LIBGRAVATAR_VERSION
"5.19.40"
)
set
(
MAILCOMMON_LIB_VERSION
"5.19.4
0
"
)
set
(
MAILCOMMON_LIB_VERSION
"5.19.4
1
"
)
set
(
MESSAGELIB_LIB_VERSION
"5.19.40"
)
set
(
LIBKLEO_LIB_VERSION
"5.19.40"
)
set
(
PIMCOMMON_LIB_VERSION
"5.19.40"
)
...
...
@@ -153,7 +153,7 @@ if(BUILD_TESTING)
add_definitions
(
-DBUILD_TESTING
)
endif
()
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x050f02
)
add_definitions
(
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055
8
00
)
add_definitions
(
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055
9
00
)
find_package
(
KUserFeedback 1.0.0 CONFIG
)
set_package_properties
(
KUserFeedback PROPERTIES DESCRIPTION
"User Feedback lib"
TYPE OPTIONAL PURPOSE
"Allow to send Telemetry Information (optional). It can be disable in apps."
)
...
...
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