Pin qtjsbackend to set version of qtbase.
authorToby Tomkins <toby.tomkins@nokia.com>
Fri, 2 Mar 2012 01:06:03 +0000 (11:06 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 2 Mar 2012 01:29:56 +0000 (02:29 +0100)
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 <michael.brasser@nokia.com>
sync.profile

index 7a88ec1..f8e9994 100644 (file)
@@ -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",
 );