summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-15 04:57:47 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-15 12:04:59 +0100
commiteeaa44a2ee0f94a20198bef2a434d2ec69ddc108 (patch)
tree0d702bec6cfcaafdf4ab622e738c9c5a30923c01 /sync.profile
parent414fb2e25d0d273c270410ccf67c79bca626a5f9 (diff)
downloadqtquickcontrols-eeaa44a2ee0f94a20198bef2a434d2ec69ddc108.tar.gz
point dependencies to stable branches
Change-Id: Id55a3e36cbb7890fd57c26d8f51bd0a9e280ebf1 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@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 169a092f..59c2fb57 100644
--- a/sync.profile
+++ b/sync.profile
@@ -9,8 +9,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",
- "qtdeclarative" => "refs/heads/master",
- "qtjsbackend" => "refs/heads/master",
- "qtxmlpatterns" => "refs/heads/master",
+ "qtbase" => "refs/heads/stable",
+ "qtdeclarative" => "refs/heads/stable",
+ "qtjsbackend" => "refs/heads/stable",
+ "qtxmlpatterns" => "refs/heads/stable",
);