aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlvaluetypes/qqmlvaluetypes.pro
blob: 9155cbee9632aa74240ac7d4c489e1ad6586919f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CONFIG += testcase
TARGET = tst_qqmlvaluetypes
macx:CONFIG -= app_bundle

HEADERS += testtypes.h

SOURCES += tst_qqmlvaluetypes.cpp \
           testtypes.cpp

include (../../shared/util.pri)

TESTDATA = data/*

CONFIG += parallel_test

QT += core-private gui-private v8-private qml-private testlib