From cec7bcc45d91401b840c778332516792e9d2c9e3 Mon Sep 17 00:00:00 2001
From: Rohan McGovern <rohan.mcgovern@nokia.com>
Date: Tue, 20 Sep 2011 15:18:04 +1000
Subject: [PATCH] Removed qtwebkit from qttools sync.profile

The qt-modularization-base branch of webkit doesn't compile against
post-refactor Qt, and isn't likely to any time soon.

The qtwebkit dependency for qttools is optional, so we'll remove it for
now and test without it until the webkit situation is improved.

Change-Id: I1ed57bd5a91fb7056a3c8daddde33d33a41e72a3
Reviewed-on: http://codereview.qt-project.org/5187
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
---
 sync.profile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sync.profile b/sync.profile
index 04d9f6813..fabbde168 100644
--- a/sync.profile
+++ b/sync.profile
@@ -42,7 +42,6 @@
 %dependencies = (
     "qtbase" => "refs/heads/master",
     "qtscript" => "refs/heads/master",
-    "qtwebkit" => "refs/heads/qt-modularization-base",
     "qtscript" => "refs/heads/master",
     "qtsvg" => "refs/heads/master",
     "qtxmlpatterns" => "refs/heads/master",
-- 
GitLab