Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
5.4.0
-
None
-
Qt 5.4.0 on Ubuntu Linux 14.04.1 with Qt built from source.
Description
When running the Qt example program QTDIR/examples/declarative/modelviews/parallax/parallax the following error is reported:
file:///usr/local/Qt-5.4.0/examples/declarative/modelviews/parallax/qml/parallax/parallax.qml:66:13: QML Image: Cannot open: file:///usr/local/Qt-5.4.0/examples/declarative/modelviews/parallax/qml/parallax/pics/samegame.png
2014 %
It appears the the relevant file just needs to be included in the Qt install.
A suitable file samegame.png is available elsewhere in the Qt source.
The relevant code is in git under qtquick1/examples/declarative/modelviews/parallax
and the file that references the missing image is
qtquick1/examples/declarative/modelviews/parallax/qml/parallax/parallax.qml.
This may not be a high priority to fix since this is a Qt Quick 1 example.