11 lines
284 B
Prolog
11 lines
284 B
Prolog
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
|