aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeenginedebug/qdeclarativeenginedebug.pro
blob: acf62acaf9e8bbf9507098fa73662f74216f092c (plain)
1
2
3
4
5
6
7
8
9
10
11
load(qttest_p4)
contains(QT_CONFIG,declarative): QT += network declarative
macx:CONFIG -= app_bundle

HEADERS += ../shared/debugutil_p.h
SOURCES += tst_qdeclarativeenginedebug.cpp \
           ../shared/debugutil.cpp

CONFIG += parallel_test declarative_debug

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