aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-11-16 11:02:01 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-16 02:20:48 +0100
commit91b44d3e3a1966f2e5117942557139ac08692885 (patch)
treea6c7082e4f33b81f30460a6c3d9c5756e0ebc8f7 /sync.profile
parent520f9bebac742f885dc398533d91924de8793064 (diff)
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 <michael.brasser@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index b09462d6aa..4740dd98f7 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",
);