From f8f9db6cc74a34d3648ac693196c0f5d4bda9c50 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Tue, 30 Aug 2011 12:19:32 +0200 Subject: [PATCH] Include v8-debug.h from the right location Now that V8 is its own module in Qt, the V8 headers are accessible as . Change-Id: Ieedf2e2618ec5fae62e6d277e469553f1b0f96f1 Reviewed-on: http://codereview.qt.nokia.com/3872 Reviewed-by: Qt Sanity Bot Reviewed-by: Kai Koehne --- src/declarative/qml/v8/qv8debug_p.h | 2 +- 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 51208aa..e6bfdb7 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 -- 1.7.2.5