summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTitta Heikkala <titta.heikkala@theqtcompany.com>2015-10-16 13:06:57 +0300
committerTitta Heikkala <titta.heikkala@theqtcompany.com>2015-10-16 10:18:24 +0000
commitfb37c77c7958abe923993c90d38cd5834ff5b5b5 (patch)
tree3a7eda589d3bb42d44114384a6f9b8a93cf1319c
parentd011d783e48710b81e929690715633fecb906a0a (diff)
Depend directly on 5.6 branch
Change-Id: Iaf1e837bd628801cb8d31541b08ecfae06534feb Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
-rw-r--r--sync.profile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sync.profile b/sync.profile
index 32b85c7e..32275792 100644
--- a/sync.profile
+++ b/sync.profile
@@ -13,7 +13,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",
- "qtquick1" => "refs/heads/stable",
- "qtdeclarative" => "refs/heads/stable",
+ "qtbase" => "refs/heads/5.6",
+ "qtdeclarative" => "refs/heads/5.6",
);