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

HEADERS += incrementalmodel.h
SOURCES += tst_qquicklistview.cpp incrementalmodel.cpp

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

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