qt5base-lts/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro

13 lines
345 B
Prolog
Raw Normal View History

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
2011-05-23 14:49:06 +00:00
QT += widgets widgets-private
QT += core-private testlib
SOURCES += tst_qfilesystemmodel.cpp
TARGET = tst_qfilesystemmodel
CONFIG += insignificant_test # QTBUG-29403