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

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


The following commit has been merged in the debian/experimental branch:
commit 21ea65bcf37b0a3f005d3197eb6dabb73a39eacc
Author: hausmann at webkit.org <hausmann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Sep 12 18:40:43 2010 +0000

    [Qt] Build fix.
    
    * WebCore.pro: Re-add erroneously removed sources.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67340 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 33fcf95..db4cd15 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-12  Simon Hausmann  <simon.hausmann at nokia.com>
+
+        [Qt] Build fix.
+
+        * WebCore.pro: Re-add erroneously removed sources.
+
 2010-09-12  Andreas Kling  <andreas.kling at nokia.com>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index d16ea99..de7002c 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -2514,6 +2514,10 @@ v8 {
 } else {
     SOURCES += \
        bindings/js/ScriptControllerQt.cpp \
+       bridge/qt/qt_class.cpp \
+       bridge/qt/qt_instance.cpp \
+       bridge/qt/qt_pixmapruntime.cpp \
+       bridge/qt/qt_runtime.cpp
 }
 
 SOURCES += \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list