From c18f694aad6f2f7b743f42be255f83abb8f4a196 Mon Sep 17 00:00:00 2001
From: Simon Hausmann <simon.hausmann@nokia.com>
Date: Fri, 14 Aug 2009 09:30:55 +0200
Subject: Fix inclusions of "utils/qscriptdate_p.h" with msvc

Don't rely on the current working directory being src/script, as that does
not appear to be the case when building with .vcproj files. Instead add
src/script to the INCLUDEPATH, so that the above inclusion works.
---
 src/script/script.pro | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/script/script.pro b/src/script/script.pro
index 2c13ad3..c5d4647 100644
--- a/src/script/script.pro
+++ b/src/script/script.pro
@@ -53,5 +53,7 @@ DEFINES += WTF_USE_JAVASCRIPTCORE_BINDINGS=1
 DEFINES += WTF_CHANGES=1
 DEFINES += NDEBUG
 
+INCLUDEPATH += $$PWD
+
 include(script.pri)
 
-- 
cgit v0.12