Details
Details
Diff Detail
Diff Detail
- Repository
- R2900 shotcut
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
It seems the qml cache macro can't handle spaces on file/directory names so that's why I removed it
+ qmlcachegen -o ./usr/share/shotcut/qml/filters/webvfx/templates/webvfx/Basic/Simplec ./usr/share/shotcut/qml/filters/webvfx/templates/webvfx/Basic/Simple Ignoring ./usr/share/shotcut/qml/filters/webvfx/templates/webvfx/Basic/Simple input file as it is not QML source code - maybe remove from QML_FILES? + for i in `find -type f -name "*.qml"` + '[' -a Scroll/simple_scroll_ui.qmlc ']' + qmlcachegen -o Scroll/simple_scroll_ui.qmlc Scroll/simple_scroll_ui.qml Error compiling qml file: Error opening Scroll/simple_scroll_ui.qml:No such file or directory