c79b27dbcb
Due to removal of insignificant flag in tst_qfilesystemmode.pro a bunch of tests will either fail or crash in different operating systems. Task-number: QTBUG-70572 Task-number: QTBUG-70573 Task-number: QTBUG-29403 Change-Id: I44925187acd72e600d2fec4f2604b67c66ecdd6b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
14 lines
385 B
Prolog
14 lines
385 B
Prolog
INCLUDEPATH += ../../../../shared
|
|
HEADERS += ../../../../shared/emulationdetector.h
|
|
|
|
CONFIG += testcase
|
|
# This testcase can be slow on Windows and OS X, and may interfere with other file system tests.
|
|
win32:testcase.timeout = 900
|
|
macx:testcase.timeout = 900
|
|
|
|
QT += widgets widgets-private
|
|
QT += core-private testlib
|
|
|
|
SOURCES += tst_qfilesystemmodel.cpp
|
|
TARGET = tst_qfilesystemmodel
|