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

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

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

CONFIG += parallel_test

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