aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v8/qv8debug_p.h
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2011-08-30 12:19:32 +0200
committerQt by Nokia <qt-info@nokia.com>2011-08-30 13:18:28 +0200
commitf8f9db6cc74a34d3648ac693196c0f5d4bda9c50 (patch)
tree4dd2edbe0769b153abadd11bc97545b9c61f11e3 /src/declarative/qml/v8/qv8debug_p.h
parenta7923fa19f81ea145f3ce97123567970e88d9df3 (diff)
Include v8-debug.h from the right location
Now that V8 is its own module in Qt, the V8 headers are accessible as <private/v8*>. Change-Id: Ieedf2e2618ec5fae62e6d277e469553f1b0f96f1 Reviewed-on: http://codereview.qt.nokia.com/3872 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/v8/qv8debug_p.h b/src/declarative/qml/v8/qv8debug_p.h
index 51208aac8e..e6bfdb7845 100644
--- a/src/declarative/qml/v8/qv8debug_p.h
+++ b/src/declarative/qml/v8/qv8debug_p.h
@@ -1 +1 @@
-#include "../../../3rdparty/v8/include/v8-debug.h"
+#include <private/v8-debug.h>