summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro
blob: e77364c3f05e5c11dc56416e61efadc0ac46bcd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
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