summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-17 20:32:49 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-18 09:27:26 +0100
commitf94348510f6aa2f8a6c4e304a90510ac2da63b8e (patch)
tree83f51547869d188d3bfa096ca9faa584e44a9105
parentd23bd9b09e00a3ae4eea2a24c8b727084db2e7f7 (diff)
point dependencies to 'release' branches
Change-Id: Ice5b28077b2d12203a8d3194497f2f312b2264db Reviewed-by: aavit <eirik.aavitsland@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index ccc4a15..26326b6 100644
--- a/sync.profile
+++ b/sync.profile
@@ -5,5 +5,5 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/stable",
+ "qtbase" => "refs/heads/release",
);