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

HEADERS += ../shared/debugutil_p.h

SOURCES += tst_qdeclarativedebugtrace.cpp \
           ../shared/debugutil.cpp

OTHER_FILES += data/test.qml

CONFIG += parallel_test declarative_debug

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