From: Simon Hausmann Date: Wed, 17 Oct 2012 11:21:20 +0000 (+0200) Subject: Add WebKit as CI build system dependency X-Git-Tag: accepted/tizen/20131212.181521~188 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56425ff6c2614ef0de9bff8c41e9abd50ebda655;p=platform%2Fupstream%2Fqttools.git Add WebKit as CI build system dependency This module uses QtWebKit APIs, so make sure WebKit is available when build-testing this module in the CI system. Change-Id: I41953509cabdfb6306400eb80f6d300ccceaf67b Reviewed-by: Friedemann Kleint --- diff --git a/sync.profile b/sync.profile index 1f84487..a7c0427 100644 --- a/sync.profile +++ b/sync.profile @@ -21,4 +21,5 @@ "qtdeclarative" => "refs/heads/master", "qtjsbackend" => "refs/heads/master", "qtactiveqt" => "refs/heads/master", + "qtwebkit" => "refs/heads/master", );