From 9360aed4079c84e6027cf3f6a4f29168a3c945dd Mon Sep 17 00:00:00 2001 From: "kbalazs@webkit.org" Date: Thu, 7 Oct 2010 14:36:01 +0000 Subject: [PATCH] 2010-10-07 Balazs Kelemen Reviewed by Kenneth Rohde Christiansen. [Qt] Turn on building WTR https://bugs.webkit.org/show_bug.cgi?id=47349 * WebKit.pro: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@69306 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- ChangeLog | 9 +++++++++ WebKit.pro | 4 +--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8db4317..4921d6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2010-10-07 Balazs Kelemen + + Reviewed by Kenneth Rohde Christiansen. + + [Qt] Turn on building WTR + https://bugs.webkit.org/show_bug.cgi?id=47349 + + * WebKit.pro: + 2010-10-07 Carlos Garcia Campos Reviewed by Xan Lopez. diff --git a/WebKit.pro b/WebKit.pro index 02d00c9..898a4ec 100644 --- a/WebKit.pro +++ b/WebKit.pro @@ -33,9 +33,7 @@ build-qtscript { webkit2 { exists($$PWD/WebKit2/WebProcess.pro): SUBDIRS += WebKit2/WebProcess.pro exists($$PWD/WebKitTools/MiniBrowser/qt/MiniBrowser.pro): SUBDIRS += WebKitTools/MiniBrowser/qt/MiniBrowser.pro - - # Switch it on when the build has been stabilized. - #exists($$PWD/WebKitTools/WebKitTestRunner/qt/WebKitTestRunner.pro): SUBDIRS += WebKitTools/WebKitTestRunner/qt/WebKitTestRunner.pro + exists($$PWD/WebKitTools/WebKitTestRunner/qt/WebKitTestRunner.pro): SUBDIRS += WebKitTools/WebKitTestRunner/qt/WebKitTestRunner.pro } symbian { -- 1.8.3.1