summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-17 20:39:30 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-18 10:00:17 +0100
commit4cec8ab275247b9d369bb110a0530a621dd490e8 (patch)
tree663999cff7a88adf6df95412c0c831b8aa3bf423
parente038d23304cb583a56baa3fde05dba519735d2ae (diff)
downloadqtscript-4cec8ab275247b9d369bb110a0530a621dd490e8.tar.gz
point dependencies to 'release' branches
Change-Id: I0e26b6a8749848b1ed52d99ea0be8566527ecb15 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 7067afc..8e890ef 100644
--- a/sync.profile
+++ b/sync.profile
@@ -11,6 +11,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",
+ "qtbase" => "refs/heads/release",
);