14c94240f9
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>
18 lines
319 B
Prolog
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
|
|
}
|