qt5base-lts/tests/auto/gui/image/qimagereader/android_testdata.qrc
Eskil Abrahamsen Blomfeldt b4031387f9 Android: Fix QImageReader test
The files for the test have to be included in a qrc to be available on
Android.

Most of the image files are already in a qrc, but a couple were missing.
We add this in a separate qrc to avoid interfering with the tests on
other platforms.

Change-Id: Ibb24f5015a1aba4d5622e14f7aae80bc18611ec4
Reviewed-by: BogDan Vatra <bogdan@kde.org>
2015-01-16 09:27:15 +01:00

7 lines
137 B
Plaintext

<RCC>
<qresource prefix="/">
<file>images/trans.gif</file>
<file>images/kollada-noext</file>
</qresource>
</RCC>