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

SOURCES += tst_v4.cpp \
           testtypes.cpp
HEADERS += testtypes.h

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

testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles

CONFIG += parallel_test

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