[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

vestbo at webkit.org vestbo at webkit.org
Fri Feb 26 22:27:09 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit edc45c21c188af4077954e7b58096d89a705288a
Author: vestbo at webkit.org <vestbo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Feb 22 16:40:53 2010 +0000

    [Qt] Build the DRT in debug on Mac OS X
    
    Reviewed by Kenneth Rohde Christiansen.
    
    * DumpRenderTree/qt/DumpRenderTree.pro:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55085 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 05c59d2..ec2bf6b 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,11 @@
+2010-02-22  Tor Arne Vestbø  <tor.arne.vestbo at nokia.com>
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        [Qt] Build the DRT in debug on Mac OS X
+
+        * DumpRenderTree/qt/DumpRenderTree.pro:
+
 2010-02-22  Laszlo Gombos  <laszlo.1.gombos at nokia.com>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro b/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
index 6181662..abac970 100644
--- a/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
+++ b/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
@@ -2,11 +2,6 @@ TARGET = DumpRenderTree
 CONFIG  -= app_bundle
 CONFIG += uitools
 
-mac:!static:contains(QT_CONFIG, qt_framework):!CONFIG(webkit_no_framework) {
-    CONFIG -= debug
-    CONFIG += release
-}
-
 BASEDIR = $$PWD/../
 
 include(../../../WebKit.pri)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list