61904b8cfc
Changed one testfunction to use the test's own QTemporaryDir instead of the system-wide temporary directory. Change-Id: I6740a7f4ba7f53174cd0730239d8dc088e5111ba Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
9 lines
174 B
Prolog
9 lines
174 B
Prolog
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
|
|
QT += widgets widgets-private
|
|
QT += core-private gui testlib
|
|
|
|
SOURCES += tst_qfilesystemmodel.cpp
|
|
TARGET = tst_qfilesystemmodel
|