ba3418ae75
Change-Id: I1264784d6984edc70bf07e58ed763e1d1b001d7d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
12 lines
312 B
Prolog
12 lines
312 B
Prolog
CONFIG += testcase
|
|
# This testcase can be slow on Windows and may interfere with other file system tests.
|
|
win32:testcase.timeout = 900
|
|
|
|
QT += widgets widgets-private
|
|
QT += core-private gui testlib
|
|
|
|
SOURCES += tst_qfilesystemmodel.cpp
|
|
TARGET = tst_qfilesystemmodel
|
|
|
|
mac:CONFIG+=insignificant_test # QTBUG-27890
|