qt5base-lts/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro
Friedemann Kleint 00ad768f10 Do not execute tst_qfilesystemmodel in parallel.
It may interfere with other file system tests.

Task-number: QTBUG-29014
Change-Id: I32dd7428993b0da1a2f70ec3e581050012a4ff32
Reviewed-by: Simo Fält <simo.falt@digia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
2013-01-29 07:30:45 +01:00

13 lines
354 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
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
mac:CONFIG+=insignificant_test # QTBUG-27890