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>
bb10
Eskil Abrahamsen Blomfeldt 2015-01-07 20:27:47 +01:00
parent d056618d68
commit 14c94240f9
2 changed files with 25 additions and 0 deletions

View File

@ -10,3 +10,8 @@ wince* {
addPixmap.path = .
DEPLOYMENT += addPixmap
}
android: !android-no-sdk {
RESOURCES += \
testdata.qrc
}

View File

@ -0,0 +1,20 @@
<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>