2011-10-25 04:24:31 +00:00
|
|
|
CONFIG += testcase
|
2013-08-05 12:59:51 +00:00
|
|
|
# This testcase can be slow on Windows and OS X, and may interfere with other file system tests.
|
2013-01-25 09:07:35 +00:00
|
|
|
win32:testcase.timeout = 900
|
2013-08-05 12:59:51 +00:00
|
|
|
macx:testcase.timeout = 900
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2011-05-23 14:49:06 +00:00
|
|
|
QT += widgets widgets-private
|
2014-02-27 12:50:38 +00:00
|
|
|
QT += core-private testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
SOURCES += tst_qfilesystemmodel.cpp
|
|
|
|
TARGET = tst_qfilesystemmodel
|
2013-09-19 12:55:14 +00:00
|
|
|
|
|
|
|
CONFIG += insignificant_test # QTBUG-29403
|