From: Simon Hausmann Date: Thu, 5 Jan 2012 09:46:37 +0000 (+0100) Subject: Remove the pin to qtbase and depend on the new qtjsbackend module X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=6ffcd091511bed98fbc698262d42597722910a15;p=konrad%2Fqtdeclarative.git Remove the pin to qtbase and depend on the new qtjsbackend module This module contains our V8 dependency. Change-Id: I72b0b64fe61fe10139725d24711ea24a8a035eb4 Reviewed-by: Xizhi Zhu --- diff --git a/sync.profile b/sync.profile index e7b9d8e..b55d2c9 100644 --- a/sync.profile +++ b/sync.profile @@ -112,6 +112,7 @@ # - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch) # %dependencies = ( - "qtbase" => "7aeccb183a827e8504d7dd8614d1ca555caf61d9", + "qtbase" => "refs/heads/master", "qtxmlpatterns" => "refs/heads/master", + "qtjsbackend" => "refs/heads/master", );