5208de1691
Task-number: QTBUG-27890 Change-Id: I8af9f019c00d38551ce04b4cdb4bb895a61a50c5 Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Liang Qi <liang.qi@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
13 lines
330 B
Prolog
13 lines
330 B
Prolog
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
win32:testcase.timeout = 900 # this testcase can be slow on Windows
|
|
|
|
QT += widgets widgets-private
|
|
QT += core-private gui testlib
|
|
|
|
SOURCES += tst_qfilesystemmodel.cpp
|
|
TARGET = tst_qfilesystemmodel
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|
|
|
|
mac:CONFIG+=insignificant_test # QTBUG-27890
|