aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-06-10 20:59:02 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-11 13:31:35 +0200
commitfb41baa0e8bfab231a2fc1f42ad2d6ffab93ccfc (patch)
tree65791525534e1912d4059fa955053debac99aa6f /sync.profile
parente7fdd1bfa0af53dbfb87a7f6a30175ca0917dd3b (diff)
Pin the qtbase SHA1
In preparation of staging https://codereview.qt-project.org/#change,27471 in qtbase, which isn't source/behaviorally compatible with qtdeclarative. https://codereview.qt-project.org/#change,27477 adapts qtdeclarative to the qtbase change, and will be staged (together with the change that unpins the SHA1) once the qtbase change has gone in. Change-Id: Ia47f1d86855a388a5ecf9520ed21dd52c43b1b95 Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.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 d4f22c7eef..b792806503 100644
--- a/sync.profile
+++ b/sync.profile
@@ -38,7 +38,7 @@
# - 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" => "c631927b764133ea3c90613262c5a1587b0937a8",
"qtxmlpatterns" => "refs/heads/master",
"qtjsbackend" => "refs/heads/master",
);