[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

abecsi at webkit.org abecsi at webkit.org
Sun Feb 20 23:43:54 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 7783c2d6f2fc2e20d44f0f816280bd2b0d1cd157
Author: abecsi at webkit.org <abecsi at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 24 17:29:27 2011 +0000

    2011-01-24  Andras Becsi  <abecsi at webkit.org>
    
            Rubber-stamped by Csaba Osztrogonác.
    
            [Qt] Move project files into Source
            https://bugs.webkit.org/show_bug.cgi?id=52891
    
            * DumpRenderTree/qt/ImageDiff.pro: Add missing "Source" to WebKit.pri path
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76525 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 2d31863..d41e033 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-24  Andras Becsi  <abecsi at webkit.org>
+
+        Rubber-stamped by Csaba Osztrogonác.
+
+        [Qt] Move project files into Source
+        https://bugs.webkit.org/show_bug.cgi?id=52891
+
+        * DumpRenderTree/qt/ImageDiff.pro: Add missing "Source" to WebKit.pri path
+
 2011-01-24  Mikhail Naganov  <mnaganov at chromium.org>
 
         Reviewed by Yury Semikhatsky.
diff --git a/Tools/DumpRenderTree/qt/ImageDiff.pro b/Tools/DumpRenderTree/qt/ImageDiff.pro
index a218449..cdb067e 100644
--- a/Tools/DumpRenderTree/qt/ImageDiff.pro
+++ b/Tools/DumpRenderTree/qt/ImageDiff.pro
@@ -2,7 +2,7 @@ TARGET = ImageDiff
 CONFIG  -= app_bundle
 
 isEmpty(OUTPUT_DIR): OUTPUT_DIR = ../../..
-include(../../../WebKit.pri)
+include(../../../Source/WebKit.pri)
 INCLUDEPATH += ../../../Source/JavaScriptCore
 DESTDIR = $$OUTPUT_DIR/bin
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list