Pin qtbase version so we can integrate glyph format changes

Will be unpined along with an update that matches the changes in
https://codereview.qt-project.org/#change,77791

Change-Id: I5b9572d21e2cca8dc0078eb0079f6d42af6dd6d4
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
This commit is contained in:
Tor Arne Vestbø 2014-02-12 17:24:15 +01:00 committed by The Qt Project
parent 01e609e9fa
commit ab6b6b7c7a
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@
# - an empty string to use the same branch under test (dependencies will become "refs/heads/master" if we are in the master branch)
#
%dependencies = (
"qtbase" => "",
"qtbase" => "4273c14e57d26cf2dde90ed9db1f463a25b327bd",
"qtxmlpatterns" => "",
);