qt5base-lts/tests/auto/widgets/styles/qstyle/testdata.qrc
Eskil Abrahamsen Blomfeldt 14c94240f9 Android: Fix some QStyle tests
This adds the testdata to a qrc to make them available on Android.
There are still some failures which might be actual errors, and which
will be addressed separately.

Change-Id: I1bdcfb2c6676134ca52388d49a1b2d25cf2813f9
Reviewed-by: BogDan Vatra <bogdan@kde.org>
2015-01-08 10:07:06 +01:00

21 lines
765 B
Plaintext

<RCC>
<qresource prefix="/">
<file>images/mac/button.png</file>
<file>images/mac/combobox.png</file>
<file>images/mac/lineedit.png</file>
<file>images/mac/mdi.png</file>
<file>images/mac/menu.png</file>
<file>images/mac/radiobutton.png</file>
<file>images/mac/slider.png</file>
<file>images/mac/spinbox.png</file>
<file>images/vista/button.png</file>
<file>images/vista/combobox.png</file>
<file>images/vista/lineedit.png</file>
<file>images/vista/menu.png</file>
<file>images/vista/radiobutton.png</file>
<file>images/vista/slider.png</file>
<file>images/vista/spinbox.png</file>
<file>task_25863.png</file>
</qresource>
</RCC>