aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/debugger/qdeclarativeenginedebug/qdeclarativeenginedebug.pro
blob: 4805f37e5534b079119ebd261c913f452cb6df8c (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase
TARGET = tst_qdeclarativeenginedebug
macx:CONFIG -= app_bundle

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

CONFIG += parallel_test declarative_debug

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