aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qml.pro
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-07-24 10:29:04 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-26 11:53:42 +0200
commit07860794da5863610f38295c9d517fc457c5de95 (patch)
tree1ea8a4535985b90e8be80857ae086ee10eb15cb2 /tests/auto/qml/qml.pro
parent993bc84f49b4922480f6ec566f31c24465f0e005 (diff)
Initial support for debugging in the v4 interpreter
This adds breakpoint support to the Debugger, a helper function in the engine for enabling debugging (which will switch from JIT to the interpreter) and a DebuggingAgent interface, for use by v4 clients. Change-Id: I78e17a6cbe7196b0dfe4ee157fc028532131caa3 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'tests/auto/qml/qml.pro')
-rw-r--r--tests/auto/qml/qml.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro
index 371d47ba32..18065f1a24 100644
--- a/tests/auto/qml/qml.pro
+++ b/tests/auto/qml/qml.pro
@@ -54,7 +54,8 @@ PRIVATETESTS += \
qqmlbundle \
qrcqml \
qqmltimer \
- qqmlinstantiator
+ qqmlinstantiator \
+ qv4debugger
qtHaveModule(widgets) {
PUBLICTESTS += \