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