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
System
KPMCore
Commits
e2f097fc
Commit
e2f097fc
authored
Jan 21, 2022
by
Andrius Štikonas
Browse files
Remove unnecessary or non-existing Qt flags.
parent
04170918
Pipeline
#126352
passed with stage
in 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e2f097fc
...
...
@@ -68,12 +68,7 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED
find_package
(
PolkitQt
${
QT_MAJOR_VERSION
}
-1 REQUIRED
)
# use sane compile flags
add_definitions
(
-DQT_NO_CAST_TO_BYTEARRAY
-DQT_USE_FAST_OPERATOR_PLUS
-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00
)
kde_enable_exceptions
()
if
(
${
CMAKE_SYSTEM_NAME
}
MATCHES
"Linux"
)
...
...
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