[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d
ossy at webkit.org
ossy at webkit.org
Thu Dec 3 13:23:36 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit 1a80748bb0c9f09985d00e55a2c93b8bb9f4c812
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Oct 30 15:48:50 2009 +0000
Unreviewed trivial buildfix.
Patch by Andras Becsi <becsi.andras at stud.u-szeged.hu> on 2009-10-30
[Qt] Buildfix for r50333.
* DumpRenderTree/qt/DumpRenderTree.pro:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50336 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index f17c6f2..4618b32 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-30 Andras Becsi <becsi.andras at stud.u-szeged.hu>
+
+ Unreviewed trivial buildfix.
+
+ [Qt] Buildfix for r50333.
+
+ * DumpRenderTree/qt/DumpRenderTree.pro:
+
2009-10-30 Antonio Gomes <tonikitoo at webkit.org>
Reviewed by Holger Freyther.
diff --git a/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro b/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
index 846d700..10a3e41 100644
--- a/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
+++ b/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
@@ -5,7 +5,9 @@ BASEDIR = $$PWD/../
include(../../../WebKit.pri)
INCLUDEPATH += /usr/include/freetype2
+INCLUDEPATH += ../../..
INCLUDEPATH += ../../../JavaScriptCore
+INCLUDEPATH += ../../../JavaScriptCore/ForwardingHeaders
INCLUDEPATH += $$BASEDIR
DESTDIR = ../../../bin
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list