summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativerepeater/qdeclarativerepeater.pro
blob: 9cb17a57cde12c8cf84a4f2bd97f1ff7d955005c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TARGET = tst_qdeclarativerepeater

QT += testlib
contains(QT_CONFIG,declarative): QT += declarative declarative-private gui widgets
macx:CONFIG -= app_bundle

SOURCES += tst_qdeclarativerepeater.cpp

include(../shared/qdeclarativedatatest.pri)

CONFIG += parallel_test
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0