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

QT += testlib
contains(QT_CONFIG,quick1): QT += quick1
macx:CONFIG -= app_bundle

SOURCES += tst_qdeclarativelistreference.cpp

include(../shared/qdeclarativedatatest.pri)

CONFIG += parallel_test

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0