summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-13 10:59:15 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-13 22:47:40 +0100
commit4eaa9afa1163a7a3fece0c1f83ff6b42a175362d (patch)
treebfa9bf0d0e1aab9b6b9ec0405a7bb147a4442a7e /sync.profile
parente18e0ee495724c68afbef650d7ec83ca554e23c1 (diff)
point dependencies to stable branches
Change-Id: Ib699265ee8dd31f30282f2a4182e3d1debfdc9e3 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sync.profile b/sync.profile
index dd654fe3b..48e75d62c 100644
--- a/sync.profile
+++ b/sync.profile
@@ -11,8 +11,8 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/master",
- "qtxmlpatterns" => "refs/heads/master",
- "qtdeclarative" => "refs/heads/master",
- "qtjsbackend" => "refs/heads/master",
+ "qtbase" => "refs/heads/stable",
+ "qtxmlpatterns" => "refs/heads/stable",
+ "qtdeclarative" => "refs/heads/stable",
+ "qtjsbackend" => "refs/heads/stable",
);