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

SOURCES += tst_qquickrepeater.cpp

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

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