summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro
blob: e7364f3f4312ee130d7b3b217c91ff5cbe97b4d4 (plain)
1
2
3
4
5
6
7
8
9
10
CONFIG += testcase
CONFIG += parallel_test
win32:testcase.timeout = 900 # this testcase can be slow on Windows

QT += widgets widgets-private
QT += core-private gui testlib

SOURCES		+= tst_qfilesystemmodel.cpp
TARGET		= tst_qfilesystemmodel
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0