From: hausmann@webkit.org Date: Fri, 10 Jul 2009 11:15:30 +0000 (+0000) Subject: 2009-07-07 Norbert Leser X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=22f8bbb5a4735a449919524cb46b0190663c76dc 2009-07-07 Norbert Leser Reviewed by Simon Hausmann. Exclude DumpRenderTree.pro from symbian build * WebKit.pro: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@45703 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/ChangeLog b/ChangeLog index 15eb200..98ec1e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-07-07 Norbert Leser + + Reviewed by Simon Hausmann. + + Exclude DumpRenderTree.pro from symbian build + + * WebKit.pro: + 2009-07-09 Drew Wilson Reviewed by Alexey Proskuryakov. diff --git a/WebKit.pro b/WebKit.pro index c84e1da..b69617a 100644 --- a/WebKit.pro +++ b/WebKit.pro @@ -7,6 +7,6 @@ SUBDIRS += \ WebKit/qt/QtLauncher \ WebKit/qt/tests -!win32: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro +!win32:!symbian: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro include(WebKit/qt/docs/docs.pri)