aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmldebugservice/qqmldebugservice.pro
blob: ecb3b2ca2c5183a44ba4259175ac106bf46d1e8f (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase
TARGET = tst_qqmldebugservice
macx:CONFIG -= app_bundle

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

CONFIG += parallel_test declarative_debug

QT += qml-private testlib