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
Plasma Workspace
Commits
ca8e92a5
Commit
ca8e92a5
authored
Apr 19, 2020
by
David Faure
Browse files
Remove too strict Qt/KF5 deprecation rule. GIT_SILENT
parent
573100ed
Changes
1
Show whitespace changes
Inline
Side-by-side
statusnotifierwatcher/CMakeLists.txt
View file @
ca8e92a5
add_definitions
(
"-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII"
)
# clear setting pulled in from finding KF5::KDELibs4Support before resetting
remove_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x060000
)
add_definitions
(
-DQT_NO_URL_CAST_FROM_STRING
)
set
(
kded_statusnotifierwatcher_SRCS statusnotifierwatcher.cpp
)
...
...
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