[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

abecsi at webkit.org abecsi at webkit.org
Wed Dec 22 13:24:21 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 74d98c2d491d8b7b00a0092fb340cd111dad4227
Author: abecsi at webkit.org <abecsi at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 14 14:04:56 2010 +0000

    2010-09-14  Andras Becsi  <abecsi at webkit.org>
    
            Reviewed by Csaba Osztrogonác.
    
            [Qt] qmake doesn't generate correct dependencies for rcc resource files
            https://bugs.webkit.org/show_bug.cgi?id=45747
    
            * WebKit.pri: add OUT_PWD to DEPENDPATH
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67465 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 0f66129..02b4a8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-14  Andras Becsi  <abecsi at webkit.org>
+
+        Reviewed by Csaba Osztrogonác.
+
+        [Qt] qmake doesn't generate correct dependencies for rcc resource files
+        https://bugs.webkit.org/show_bug.cgi?id=45747
+
+        * WebKit.pri: add OUT_PWD to DEPENDPATH
+
 2010-09-11  Simon Hausmann  <simon.hausmann at nokia.com>
 
         Reviewed by Andreas Kling.
diff --git a/WebKit.pri b/WebKit.pri
index 42725d2..96dd6c5 100644
--- a/WebKit.pri
+++ b/WebKit.pri
@@ -7,6 +7,7 @@ CONFIG(QTDIR_build): CONFIG += standalone_package
 else:exists($$PWD/WebCore/generated): CONFIG += standalone_package
 
 CONFIG += depend_includepath
+DEPENDPATH += $$OUT_PWD
 
 DEFINES += BUILDING_QT__=1
 building-libs {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list