aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@nokia.com>2011-12-02 14:52:21 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-14 18:48:21 +0100
commit4e2924fbc30905a136cc54f229f1906b11602c3e (patch)
tree85025c8f0c450ddf8f8e38fc19fc19cdf01638bc /tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro
parentd8e13b08c67439e4e6695ef72d1a9bb0317e97ff (diff)
QV8DebugService: Simplify the service code
Removed all parsing functionality. The service only acts as a delegate to v8 debugger. Apart from that, it calls the v8 debug static APIs when requested by client. Change-Id: I2917c2d080e5b409a4b5f39d386279c33634cade Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro')
-rw-r--r--tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro b/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro
index 445973882a..8f61aae8c6 100644
--- a/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro
+++ b/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro
@@ -18,4 +18,12 @@ DEPLOYMENT += testDataFiles
CONFIG += parallel_test
OTHER_FILES += data/test.qml data/test.js \
- data/timer.qml
+ data/timer.qml \
+ data/exception.qml \
+ data/oncompleted.qml \
+ data/loadjsfile.qml \
+ data/condition.qml \
+ data/changeBreakpoint.qml \
+ data/stepAction.qml \
+ data/breakpointRelocation.qml \
+ data/createComponent.qml