summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-17 20:35:45 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-18 11:56:18 +0100
commit9a1e3164f977acc2aa1b8ae182c2000d2ecbe7fc (patch)
tree1a1e36a9e40df56e0446f522462b0c13afc921a8
parentd13a7a1f8949c4fab37783064cfba27a49757608 (diff)
downloadqtmultimedia-9a1e3164f977acc2aa1b8ae182c2000d2ecbe7fc.tar.gz
point dependencies to 'release' branches
Change-Id: Iabbadc65f1cd3cd8c43f10971b0b5213e459c268 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
-rw-r--r--sync.profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sync.profile b/sync.profile
index f33c9a8c6..b0fee0105 100644
--- a/sync.profile
+++ b/sync.profile
@@ -20,8 +20,8 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/stable",
- "qtxmlpatterns" => "refs/heads/stable",
- "qtdeclarative" => "refs/heads/stable",
- "qtjsbackend" => "refs/heads/stable",
+ "qtbase" => "refs/heads/release",
+ "qtxmlpatterns" => "refs/heads/release",
+ "qtdeclarative" => "refs/heads/release",
+ "qtjsbackend" => "refs/heads/release",
);