From: Alan Alpert Date: Wed, 16 Nov 2011 01:02:01 +0000 (+1000) Subject: Update sync.profile X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=91b44d3e3a1966f2e5117942557139ac08692885;p=konrad%2Fqtdeclarative.git Update sync.profile 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 --- diff --git a/sync.profile b/sync.profile index b09462d..4740dd9 100644 --- a/sync.profile +++ b/sync.profile @@ -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", );