From 22f8bbb5a4735a449919524cb46b0190663c76dc Mon Sep 17 00:00:00 2001 From: "hausmann@webkit.org" Date: Fri, 10 Jul 2009 11:15:30 +0000 Subject: [PATCH] 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 --- ChangeLog | 8 ++++++++ WebKit.pro | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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) -- 1.8.3.1