91f8c9cc70
Cleaning out the workarounds for the discontinued "Embedded Android" platform of Boot2Qt. Change-Id: I0ff9d770e82a43457fb7e5da0428f4597ead4038 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
16 lines
336 B
Prolog
16 lines
336 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qpainter
|
|
|
|
QT += testlib gui-private core-private
|
|
qtHaveModule(widgets): QT += widgets widgets-private
|
|
|
|
SOURCES += tst_qpainter.cpp
|
|
|
|
TESTDATA += drawEllipse/* drawLine_rop_bitmap/* drawPixmap_rop/* drawPixmap_rop_bitmap/* \
|
|
task217400.png
|
|
|
|
android {
|
|
RESOURCES += \
|
|
testdata.qrc
|
|
}
|