From b18987dc21a900f3cc6f400a7034d6abb13b4fcc Mon Sep 17 00:00:00 2001 From: Toby Tomkins Date: Fri, 2 Mar 2012 11:06:03 +1000 Subject: [PATCH] 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 --- sync.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ); -- 2.7.4