63934f1338
This test was failing but was returning a pass because of a bug in androidtestrunner. Task-number: QTBUG-88507 Task-number: QTBUG-88508 Pick-to: 6.0 Change-Id: I4fda7c2ddf8cd1e6858617e7bb447078c5768a75 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
13 lines
202 B
Prolog
13 lines
202 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
initmain \
|
|
outformat \
|
|
qsignalspy \
|
|
selftests \
|
|
|
|
# QTBUG-88507
|
|
android: SUBDIRS -= \
|
|
selftests
|
|
|
|
qtHaveModule(widgets): SUBDIRS += qabstractitemmodeltester
|