aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2011-11-16 12:22:28 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-18 08:47:38 +0100
commitdb510f4880625d4a4b1dbcaa086a68bb1cf90eec (patch)
tree06bbddb3807f50460ef9c064e7f624170d9cbe76 /sync.profile
parent8f6b84cace5dcf1eac1982ec231d75ac23bcc8f3 (diff)
Change sync.profile back to using refs/heads/master for qtbase
The issue that caused crashes with a more recent qtbase was fixed in commit ddf9883f8d00dcdfd908b38c60114a06ce8af185. Task-number: QTBUG-22574 Change-Id: Ia85b7265103e03f71585c5b72496af83056a4fcf Reviewed-by: Alan Alpert <alan.alpert@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 4740dd98f7..b09462d6aa 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" => "3e0dece1518989bfd6cf5769e574ce199670ec88",
+ "qtbase" => "refs/heads/master",
"qtxmlpatterns" => "refs/heads/master",
);