https://bugs.kde.org/show_bug.cgi?id=523189
Bug ID: 523189
Summary: Build fails with 6.12
Classification: Applications
Product: kdenlive
Version First 26.07.80
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Setup & Installation
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
kdenlive 26.07.80 fails to build with Qt 6.12 because of qmllint errors:
Error:
/build/kdenlive/src/kdenlive-26.07.80/src/timeline2/view/qml/ClipThumbs.qml:37:28:
Expression statement has no obvious effect. [confusing-expression-statement]
2 // 2: will display start / end thumbs
^
Error:
/build/kdenlive/src/kdenlive-26.07.80/src/timeline2/view/qml/ClipThumbs.qml:39:28:
Expression statement has no obvious effect. [confusing-expression-statement]
1 // 1: if the width of the container is to small,
only show first thumbnail
^
Error:
/build/kdenlive/src/kdenlive-26.07.80/src/timeline2/view/qml/ClipThumbs.qml:49:24:
Expression statement has no obvious effect. [confusing-expression-statement]
1 // 1: only show first thumbnail
^
Is there any reason to force qmllint on every build instead of running it at
the CI level? Besides breaking build with newer Qt versions, this pollutes the
compilation output with countless warnings. Please at least make it opt-out.
--
You are receiving this mail because:
You are watching all bug changes.