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
344 B
CMake
13 lines
344 B
CMake
# Generated from testlib.pro.
|
|
|
|
# add_subdirectory(initmain) # special case missing project
|
|
# add_subdirectory(outformat) # special case missing project
|
|
add_subdirectory(qsignalspy)
|
|
# QTBUG-88507 # special case
|
|
if(NOT ANDROID)
|
|
add_subdirectory(selftests)
|
|
endif()
|
|
if(TARGET Qt::Widgets)
|
|
add_subdirectory(qabstractitemmodeltester)
|
|
endif()
|