2011-10-25 04:24:31 +00:00
|
|
|
CONFIG += testcase
|
2012-05-28 23:54:13 +00:00
|
|
|
CONFIG += parallel_test
|
2012-06-20 01:03:58 +00:00
|
|
|
win32:testcase.timeout = 900 # this testcase can be slow on Windows
|
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-08-01 11:19:40 +00:00
|
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|