aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgrepeater/qsgrepeater.pro
blob: aa6e44d8aba39fa371a583e459a2aa5d517490f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
load(qttest_p4)
contains(QT_CONFIG,declarative): QT += declarative
macx:CONFIG -= app_bundle

SOURCES += tst_qsgrepeater.cpp

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

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