summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>2015-10-16 11:18:52 +0200
committerMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2015-10-19 06:37:19 +0000
commit22d919936de8c72817f95f075207f6dac460c71a (patch)
treeb33b20fc6a7a4542b887dc047443886820f5a914 /sync.profile
parent981213f0ad5266debf5fe791e9871960fe320e62 (diff)
Follow Qt 5.6 branch
Change-Id: I7847f592cb5d69b8b6ddf03f11a285d64dbce00c Reviewed-by: Tomi Korpipää <tomi.korpipaa@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",
);