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
SDK
Dolphin Plugins
Commits
1a4f24c9
Commit
1a4f24c9
authored
Jan 03, 2022
by
Alexander Lohnau
💬
Browse files
Build without KF and Qt deprecations
parent
fe44eaea
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
1a4f24c9
...
...
@@ -23,6 +23,9 @@ include(KDECompilerSettings NO_POLICY_SCOPE)
include
(
ECMOptionalAddSubdirectory
)
include
(
FeatureSummary
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00
)
add_definitions
(
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055a00
)
find_package
(
Qt5
${
QT_MIN_VERSION
}
CONFIG REQUIRED COMPONENTS
Core
Widgets
...
...
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