e8ed514e35
by default QT contains both core and gui already Change-Id: I6f5b551104e40a024468e7cb62e302134e9472ec Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
13 lines
345 B
Prolog
13 lines
345 B
Prolog
CONFIG += testcase
|
|
# This testcase can be slow on Windows and OS X, and may interfere with other file system tests.
|
|
win32:testcase.timeout = 900
|
|
macx:testcase.timeout = 900
|
|
|
|
QT += widgets widgets-private
|
|
QT += core-private testlib
|
|
|
|
SOURCES += tst_qfilesystemmodel.cpp
|
|
TARGET = tst_qfilesystemmodel
|
|
|
|
CONFIG += insignificant_test # QTBUG-29403
|