From: Toby Tomkins Date: Fri, 2 Mar 2012 01:06:03 +0000 (+1000) Subject: Pin qtjsbackend to set version of qtbase. X-Git-Tag: qt-v5.0.0-alpha1~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b18987dc21a900f3cc6f400a7034d6abb13b4fcc;p=profile%2Fivi%2Fqtjsbackend.git Pin qtjsbackend to set version of qtbase. Changes to qmake in qtbase prevent modules from compiling. This commit pins qtjsbackend to the last integrated qtbase version of qt5. This is a temporary measure until qmake handles .qmake.cache correctly. Change-Id: Ia311a036fa4ee9bb07486ba741d156bbbeaf830a Reviewed-by: Michael Brasser --- diff --git a/sync.profile b/sync.profile index 7a88ec1..f8e9994 100644 --- a/sync.profile +++ b/sync.profile @@ -22,5 +22,5 @@ # - 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" => "95c5be8bc1c8f9ff8e7f95e52a8abd3cd7976ba1", );