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
KMail
Commits
3d1f0f18
Commit
3d1f0f18
authored
Oct 10, 2021
by
Laurent Montel
😁
Browse files
GIT_SILENT: time to increase version
parent
ab2b95dd
Pipeline
#87524
passed with stage
in 24 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3d1f0f18
...
...
@@ -6,7 +6,7 @@ project(kmail VERSION ${PIM_VERSION})
include
(
CheckIncludeFiles
)
set
(
KF5_MIN_VERSION
"5.8
6
.0"
)
set
(
KF5_MIN_VERSION
"5.8
7
.0"
)
find_package
(
ECM
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
set
(
CMAKE_MODULE_PATH
${
ECM_MODULE_PATH
}
)
...
...
@@ -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
7
00
)
add_definitions
(
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055
8
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
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