[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 11:26:26 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1dea2e977891338f742ab2a53c142ef5cafbb184
Author: abecsi at webkit.org <abecsi at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jul 23 14:36:54 2010 +0000

    2010-07-23  Andras Becsi  <abecsi at webkit.org>
    
            Reviewed by Kenneth Rohde Christiansen.
    
            [Qt] Enable the build of MiniBrowser.
    
            * WebKit.pro: add MiniBrowser.pro to SUBDIRS.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63973 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index ab52b0f..6bdfc10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-07-23  Andras Becsi  <abecsi at webkit.org>
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        [Qt] Enable the build of MiniBrowser.
+
+        * WebKit.pro: add MiniBrowser.pro to SUBDIRS.
+
 2010-07-23  Balazs Kelemen  <kb at inf.u-szeged.hu>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/WebKit.pro b/WebKit.pro
index 43b0e3b..a362650 100644
--- a/WebKit.pro
+++ b/WebKit.pro
@@ -30,6 +30,7 @@ build-qtscript {
 
 webkit2 {
     exists($$PWD/WebKit2/WebKit2.pro): SUBDIRS += WebKit2/WebKit2.pro
+    exists($$PWD/WebKitTools/MiniBrowser/qt/MiniBrowser.pro): SUBDIRS += WebKitTools/MiniBrowser/qt/MiniBrowser.pro
 }
 
 symbian {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list