sync to an earlier qtbase

change ba635d7e74472f3a54c0c4686966af46d9035c6f breaks qtdeclarative CI.
Using an earlier qtbase while the matter is investigated.

Task-Number: QTBUG-22985
Change-Id: I2d1c5f03f48d4383fd84a42612314bea0bdc675d
Reviewed-by: Martin Jones <martin.jones@nokia.com>
This commit is contained in:
Alan Alpert 2011-12-02 13:52:44 +10:00 committed by Qt by Nokia
parent 370983f314
commit 6cda6eda07
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" => "refs/heads/master",
"qtbase" => "c7f80420649d8d37e25514bcd2859de1e21166d6",
"qtxmlpatterns" => "refs/heads/master",
);