Update sync.profile
authorAlan Alpert <alan.alpert@nokia.com>
Wed, 16 Nov 2011 01:02:01 +0000 (11:02 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 16 Nov 2011 01:20:48 +0000 (02:20 +0100)
202127f860208c21145e05685bc54219e1655dbd in qtbase introduces widespread
regressions, but it was also fixing a test failure inexplicably caused
(presumably by qtbase). Use the last good qtbase from qt5.git until
these issues are resolved.

Task-number: QTBUG-22754
Change-Id: Ic6a1272d2079337fb45a6a46f3704380a5a19d73
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
sync.profile

index b09462d..4740dd9 100644 (file)
@@ -29,6 +29,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" => "3e0dece1518989bfd6cf5769e574ce199670ec88",
         "qtxmlpatterns" => "refs/heads/master",
 );