Skip to content

Commit

Permalink
Change sync.profile back to using refs/heads/master for qtbase
Browse files Browse the repository at this point in the history
The issue that caused crashes with a more recent qtbase
was fixed in commit ddf9883.

Task-number: QTBUG-22574
Change-Id: Ia85b7265103e03f71585c5b72496af83056a4fcf
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
  • Loading branch information
Kent Hansen authored and Qt by Nokia committed Nov 18, 2011
1 parent 8f6b84c commit db510f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync.profile
Expand Up @@ -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",
);

0 comments on commit db510f4

Please sign in to comment.