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

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

DEFINES += SRCDIR=\\\"$$PWD\\\"

CONFIG += parallel_test

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