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
Plasma
DrKonqi
Commits
9cdc75c8
Commit
9cdc75c8
authored
Apr 01, 2022
by
Laurent Montel
Browse files
USe ECMDeprecationSettings directly
parent
e540b701
Pipeline
#157770
passed with stage
in 5 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
9cdc75c8
...
...
@@ -5,7 +5,7 @@ set(PROJECT_VERSION "5.24.80")
set
(
PROJECT_VERSION_MAJOR 5
)
set
(
QT_MIN_VERSION
"5.15.0"
)
set
(
KF5_MIN_VERSION
"5.9
0
"
)
set
(
KF5_MIN_VERSION
"5.9
1
"
)
set
(
CMAKE_CXX_STANDARD 17
)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
...
...
@@ -24,6 +24,7 @@ include(CheckFunctionExists)
include
(
FeatureSummary
)
include
(
KDEClangFormat
)
include
(
KDEGitCommitHooks
)
include
(
ECMDeprecationSettings
)
kde_enable_exceptions
()
...
...
@@ -50,8 +51,10 @@ find_package(
SyntaxHighlighting
)
add_definitions
(
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055900
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00
)
ecm_set_disabled_deprecation_versions
(
QT 5.15.2
KF 5.92
)
find_package
(
Systemd
)
set_package_properties
(
Systemd PROPERTIES TYPE RECOMMENDED PURPOSE
"Coredumpd integration."
)
...
...
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