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

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

HEADERS += testtypes.h

SOURCES += tst_qdeclarativevaluetypes.cpp \
           testtypes.cpp

include(../shared/qdeclarativedatatest.pri)

CONFIG += parallel_test