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
Plasma
SDDM KCM
Commits
a57bf5ed
Commit
a57bf5ed
authored
Apr 19, 2020
by
David Faure
Browse files
Remove too strict Qt/KF5 deprecation rule. GIT_SILENT
parent
5498cb33
Changes
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a57bf5ed
...
@@ -27,12 +27,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
...
@@ -27,12 +27,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
NewStuff
NewStuff
)
)
if
(
EXISTS
"
${
CMAKE_SOURCE_DIR
}
/.git"
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x060000
)
add_definitions
(
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200
)
endif
()
add_definitions
(
-DTRANSLATION_DOMAIN=\"kcm_sddm\"
)
add_definitions
(
-DTRANSLATION_DOMAIN=\"kcm_sddm\"
)
add_definitions
(
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT
)
add_definitions
(
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT
)
...
...
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