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
Multimedia
Kdenlive
Commits
e0becd80
Commit
e0becd80
authored
Dec 27, 2021
by
Jean-Baptiste Mardelle
Browse files
Fix compilation with KF5 < 5.89
parent
5c43cfd1
Pipeline
#114613
passed with stage
in 6 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e0becd80
...
...
@@ -48,7 +48,7 @@ include(ECMAddAppIcon)
include
(
ECMQtDeclareLoggingCategory
)
include
(
ECMEnableSanitizers
)
include
(
ECMAddQch
)
if
(
ECM_VERSION VERSION_GREATER_EQUAL
"5.8
2
.0"
)
if
(
ECM_VERSION VERSION_GREATER_EQUAL
"5.8
9
.0"
)
include
(
QtVersionOption
)
endif
()
...
...
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