aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquicklistview/qquicklistview.pro
blob: 16e0695855a55002f7cc7a05706746b932bdbeb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CONFIG += testcase
TARGET = tst_qquicklistview
macx:CONFIG -= app_bundle

HEADERS += incrementalmodel.h \
           ../../shared/util.h
SOURCES += tst_qquicklistview.cpp \
           incrementalmodel.cpp \
           ../../shared/util.cpp

testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles

CONFIG += parallel_test
QT += core-private gui-private declarative-private quick-private widgets widgets-private v8-private opengl-private testlib