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 ddf9883f8d.

Task-number: QTBUG-22574
Change-Id: Ia85b7265103e03f71585c5b72496af83056a4fcf
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
This commit is contained in:
Kent Hansen 2011-11-16 12:22:28 +01:00 committed by Qt by Nokia
parent 8f6b84cace
commit db510f4880
1 changed files with 1 additions and 1 deletions

View 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" => "3e0dece1518989bfd6cf5769e574ce199670ec88",
"qtbase" => "refs/heads/master",
"qtxmlpatterns" => "refs/heads/master",
);