aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qquickfolderlistmodel/qquickfolderlistmodel.pro
blob: 68c0d79f923bb842e8a640545d6e691b4ba26fe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase
TARGET = tst_qquickfolderlistmodel
macx:CONFIG -= app_bundle

SOURCES += tst_qquickfolderlistmodel.cpp

include (../../shared/util.pri)

TESTDATA = data/*

CONFIG += parallel_test
QT += core-private gui-private qml-private testlib

win32:CONFIG += insignificant_test # QTBUG-24777