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

SOURCES += tst_qquickrepeater.cpp

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

testFiles.files = data
testFiles.path = .
DEPLOYMENT += testFiles

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