aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickrepeater/qquickrepeater.pro
blob: 55543429438beb01558ec9074a1d71b0b76cabd4 (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

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

TESTDATA = data/*

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