qt5base-lts/tests/auto/widgets/styles/qstyle/qstyle.pro
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

18 lines
319 B
Prolog

CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qstyle
TARGET.EPOCHEAPSIZE = 0x200000 0x800000
QT += widgets testlib
SOURCES += tst_qstyle.cpp
wince* {
addPixmap.files = task_25863.png
addPixmap.path = .
DEPLOYMENT += addPixmap
}
android: !android-no-sdk {
RESOURCES += \
testdata.qrc
}