Rename QDeclarative symbols to QQuick and QQml
[profile/ivi/qtdeclarative.git] / tests / auto / quick / qquickrepeater / qquickrepeater.pro
1 CONFIG += testcase
2 TARGET = tst_qquickrepeater
3 macx:CONFIG -= app_bundle
4
5 SOURCES += tst_qquickrepeater.cpp
6
7 include (../../shared/util.pri)
8 include (../shared/util.pri)
9
10 testFiles.files = data
11 testFiles.path = .
12 DEPLOYMENT += testFiles
13
14 CONFIG += parallel_test
15 QT += core-private gui-private qml-private quick-private testlib