2011-10-25 04:24:31 +00:00
|
|
|
CONFIG += testcase
|
2013-01-25 09:07:35 +00:00
|
|
|
# This testcase can be slow on Windows and may interfere with other file system tests.
|
|
|
|
win32:testcase.timeout = 900
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2011-05-23 14:49:06 +00:00
|
|
|
QT += widgets widgets-private
|
2011-10-25 04:24:31 +00:00
|
|
|
QT += core-private gui testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
SOURCES += tst_qfilesystemmodel.cpp
|
|
|
|
TARGET = tst_qfilesystemmodel
|
2012-11-08 08:42:13 +00:00
|
|
|
|
|
|
|
mac:CONFIG+=insignificant_test # QTBUG-27890
|