b4031387f9
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>
7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file>images/trans.gif</file>
|
|
<file>images/kollada-noext</file>
|
|
</qresource>
|
|
</RCC>
|