From ab6b6b7c7ab544d347d59b7eefad403837d94012 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= <tor.arne.vestbo@digia.com>
Date: Wed, 12 Feb 2014 17:24:15 +0100
Subject: [PATCH] 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>
---
 sync.profile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sync.profile b/sync.profile
index 7c905801a1..e7b9e455e8 100644
--- a/sync.profile
+++ b/sync.profile
@@ -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" => "",
 );
-- 
GitLab