Include v8-debug.h from the right location
authorKent Hansen <kent.hansen@nokia.com>
Tue, 30 Aug 2011 10:19:32 +0000 (12:19 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 30 Aug 2011 11:18:28 +0000 (13:18 +0200)
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>
src/declarative/qml/v8/qv8debug_p.h

index 51208aa..e6bfdb7 100644 (file)
@@ -1 +1 @@
-#include "../../../3rdparty/v8/include/v8-debug.h"
+#include <private/v8-debug.h>