summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>2015-10-16 10:57:34 +0200
committerMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2015-10-16 10:19:17 +0000
commitb235e3dbeddc7ee7f4d47509c799bbc990585832 (patch)
treeb33b20fc6a7a4542b887dc047443886820f5a914 /sync.profile
parent2126e91824da371d2da863a4f1b89f937f76fd08 (diff)
Depend directly on 5.6 branch
Change-Id: I5454749905a78372704c8a317fc56d17428af6b0 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync.profile b/sync.profile
index 00e85462..b45c727c 100644
--- a/sync.profile
+++ b/sync.profile
@@ -10,6 +10,6 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/stable",
- "qtdeclarative" => "refs/heads/stable",
+ "qtbase" => "refs/heads/5.6",
+ "qtdeclarative" => "refs/heads/5.6",
);