QmlDebugging: Remove QQmlDebugClient
[profile/ivi/qtdeclarative.git] / tests / auto / qml / debugger / qqmldebugjs / qqmldebugjs.pro
1 CONFIG += testcase
2 TARGET = tst_qqmldebugjs
3 QT += qml-private testlib
4 macx:CONFIG -= app_bundle
5
6 SOURCES +=     tst_qqmldebugjs.cpp
7
8 INCLUDEPATH += ../shared
9 include(../../../shared/util.pri)
10 include(../shared/debugutil.pri)
11
12 TESTDATA = data/*
13
14 CONFIG += parallel_test
15
16 OTHER_FILES += data/test.qml data/test.js \
17     data/timer.qml \
18     data/exception.qml \
19     data/oncompleted.qml \
20     data/loadjsfile.qml \
21     data/condition.qml \
22     data/changeBreakpoint.qml \
23     data/stepAction.qml \
24     data/breakpointRelocation.qml \
25     data/createComponent.qml