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

HEADERS += ../shared/debugutil_p.h \
           ../../../shared/util.h

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

OTHER_FILES += data/test.qml

CONFIG += parallel_test declarative_debug

QT += declarative-private testlib