summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-09-27 13:34:28 +0200
committerTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-09-27 13:43:50 +0200
commit8d958a836a5aa53e3d6c5079c19f8283f4ecf9a7 (patch)
tree72b769eec02d791e3ecb513c4d7dda34f2b742a2 /sync.profile
parent1a40ec4f8dd333386250fa1ba01826ce83c8e1a0 (diff)
Pin qtbase version so we can integrate QPA API changes
Will be unpined along with an update that matches the changes in https://codereview.qt-project.org/#change,66591. Change-Id: I84fc8b6d28c05d75fe199044a9a5c7cf0070518f Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@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 5f0f470db..75564e1ee 100644
--- a/sync.profile
+++ b/sync.profile
@@ -14,7 +14,7 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/stable",
+ "qtbase" => "bdfbc9e493b4df7da89fb62222dc7cb283b3794a",
"qtjsbackend" => "refs/heads/stable",
"qtdeclarative" => "refs/heads/stable",
);