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:
parent
370983f314
commit
6cda6eda07
|
@ -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",
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue