aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/v4/v4.pro
blob: 81d12f89beff3d4bcb80740cef7f2cb16a2e4997 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG += testcase
TARGET = tst_qdeclarativev4
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 declarative-private network testlib