aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2014-02-12 17:40:53 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-20 02:03:48 +0100
commit587444f033cf51251f36321321ae358d187f37f9 (patch)
tree2331896ceb54f474e9e227c2b797480375c042d9 /sync.profile
parentef4cf6585a61a00e33091277217b6346a1e6e7fd (diff)
Update glyph cache type/format logic to match qtbase changes
https://codereview.qt-project.org/#change,77791 unified the glyph format between QFontEngine and QFontEngineGlyphCache. Now that we're up to date with qtbase, we can unpin the dependency. Change-Id: Ibcafccb741ce94b454ff7c469804f44fef7fe06f Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index bd75033aaa..4f4e767129 100644
--- a/sync.profile
+++ b/sync.profile
@@ -19,6 +19,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" => "30fd22b9574def54726e7b193127cc0c901c1b4c",
+ "qtbase" => "",
"qtxmlpatterns" => "",
);