Skip to content

Instantly share code, notes, and snippets.

@torarnv
Created June 3, 2009 11:13
Show Gist options
  • Save torarnv/122930 to your computer and use it in GitHub Desktop.
Save torarnv/122930 to your computer and use it in GitHub Desktop.
commit 15d80860931f4e5e8b73da5e320422a1ca9f7d3c
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Wed Jun 3 12:35:01 2009 +0200
2009-06-03 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Reviewed by Simon Hausmann.
[Qt] Make sure the correct config.h is included when shadowbuilding
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index b5ddefe..3ce1976 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2009-06-03 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
+
+ Reviewed by Simon Hausmann.
+
+ [Qt] Make sure the correct config.h is included when shadowbuilding
+
+ * WebCore.pro:
+
2009-06-01 Jeremy Orlow <jorlow@chromium.org>
Reviewed by Darin Adler. Landed by Adam Barth.
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 06c3d5c..617692a 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -140,6 +140,8 @@ CONFIG(QTDIR_build) {
DEFINES += WTF_USE_JAVASCRIPTCORE_BINDINGS=1 WTF_CHANGES=1 ENABLE_PLUGIN_PACKAGE_SIMPLE_HASH=1
+INCLUDEPATH = $$PWD $$INCLUDEPATH
+
include($$PWD/../JavaScriptCore/JavaScriptCore.pri)
RESOURCES += \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment