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
Milou
Commits
642d3705
Commit
642d3705
authored
Apr 24, 2022
by
Laurent Montel
Browse files
MAke compile without deprecated method
parent
1a3b2deb
Pipeline
#167933
failed with stage
in 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
642d3705
...
...
@@ -24,7 +24,7 @@ include(KDEGitCommitHooks)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_MIN_VERSION
}
REQUIRED NO_MODULE COMPONENTS Qml Quick Widgets
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS CoreAddons I18n Declarative ItemModels Service Plasma Runner
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x050
c
00
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x050
f
00
)
add_definitions
(
-DQT_NO_FOREACH -DQT_NO_KEYWORDS
)
...
...
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