aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/v4/v4.pro
blob: b14be3647587b5d684875fefae6ba5c9ef01dd2d (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 \
           ../../shared/util.cpp
HEADERS += testtypes.h \
           ../../shared/util.h

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

CONFIG += parallel_test

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