QV8DebugService: Simplify the service code
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / debugger / qdeclarativedebugjs / qdeclarativedebugjs.pro
1 CONFIG += testcase
2 TARGET = tst_qdeclarativedebugjs
3 QT += declarative-private testlib
4 macx:CONFIG -= app_bundle
5
6 HEADERS += ../shared/debugutil_p.h
7
8 SOURCES +=     tst_qdeclarativedebugjs.cpp \
9             ../shared/debugutil.cpp
10
11 INCLUDEPATH += ../shared
12
13 testDataFiles.files = data
14 testDataFiles.path = .
15 DEPLOYMENT += testDataFiles
16
17
18 CONFIG += parallel_test
19
20 OTHER_FILES += data/test.qml data/test.js \
21     data/timer.qml \
22     data/exception.qml \
23     data/oncompleted.qml \
24     data/loadjsfile.qml \
25     data/condition.qml \
26     data/changeBreakpoint.qml \
27     data/stepAction.qml \
28     data/breakpointRelocation.qml \
29     data/createComponent.qml