aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v8/qv8debug_p.h
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@nokia.com>2011-07-28 13:29:52 +0200
committerQt by Nokia <qt-info@nokia.com>2011-08-17 13:19:47 +0200
commitf9990c90e1c6d212b66017a0d6dd485b550b26c4 (patch)
tree0d0ba02bc752b28e418a96c0c0e31748a29e6fe5 /src/declarative/qml/v8/qv8debug_p.h
parenta1166e4146da86fe85d767982697f576ebe2f6a1 (diff)
Enable v8 debugging
Javascript v8 debugging service replaces the QScript debugging service. Change-Id: I25eea00eed3959b84a8f412e4c3484296d62e27b Reviewed-on: http://codereview.qt.nokia.com/2614 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'src/declarative/qml/v8/qv8debug_p.h')
-rw-r--r--src/declarative/qml/v8/qv8debug_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/v8/qv8debug_p.h b/src/declarative/qml/v8/qv8debug_p.h
new file mode 100644
index 0000000000..51208aac8e
--- /dev/null
+++ b/src/declarative/qml/v8/qv8debug_p.h
@@ -0,0 +1 @@
+#include "../../../3rdparty/v8/include/v8-debug.h"