[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

robert at webkit.org robert at webkit.org
Fri Jan 21 14:51:00 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 5caaad92b9d00cf1bf4abcf15e1b405edb1bf6fa
Author: robert at webkit.org <robert at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Jan 2 16:06:37 2011 +0000

    2011-01-02  Robert Hogan  <robert at webkit.org>
    
            Unreviewed, build fix.
    
            [Qt] Fix DRT build after 74855
    
            * DumpRenderTree/qt/DumpRenderTree.pro:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74869 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index eea8654..a3bae13 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-02  Robert Hogan  <robert at webkit.org>
+
+        Unreviewed, build fix.
+
+        [Qt] Fix DRT build after 74855
+
+        * DumpRenderTree/qt/DumpRenderTree.pro:
+
 2011-01-01  Adam Barth  <abarth at webkit.org>
 
         Remove the assumption from the Qt and Gtk builds that every project is
diff --git a/Tools/DumpRenderTree/qt/DumpRenderTree.pro b/Tools/DumpRenderTree/qt/DumpRenderTree.pro
index 44c80e2..a7c6c26 100644
--- a/Tools/DumpRenderTree/qt/DumpRenderTree.pro
+++ b/Tools/DumpRenderTree/qt/DumpRenderTree.pro
@@ -6,7 +6,7 @@ BASEDIR = $$PWD/../
 isEmpty(OUTPUT_DIR): OUTPUT_DIR = ../../..
 
 include(../../../WebKit.pri)
-INCLUDEPATH += ../../..
+INCLUDEPATH += ../../../Source
 INCLUDEPATH += ../../../Source/JavaScriptCore
 INCLUDEPATH += ../../../Source/JavaScriptCore/ForwardingHeaders
 INCLUDEPATH += $$BASEDIR

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list