From: Simon Hausmann Date: Thu, 5 Jan 2012 09:45:37 +0000 (+0100) Subject: Pin qtdeclarative to a version of qtbase that still contains QtV8 X-Git-Tag: qt-v5.0.0-alpha1~714 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88bce0425979f80439d03862d49ef81a9422c5cf;p=profile%2Fivi%2Fqtdeclarative.git Pin qtdeclarative to a version of qtbase that still contains QtV8 This is a temporary measure until the new qtjsbackend module is fully in place. Change-Id: I5cfe277ee6a14680f378dd4d4c0f94dfa56fbac3 Reviewed-by: Rohan McGovern --- diff --git a/sync.profile b/sync.profile index 22e3de1..e7b9d8e 100644 --- a/sync.profile +++ b/sync.profile @@ -112,6 +112,6 @@ # - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch) # %dependencies = ( - "qtbase" => "refs/heads/master", + "qtbase" => "7aeccb183a827e8504d7dd8614d1ca555caf61d9", "qtxmlpatterns" => "refs/heads/master", );