summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-17 20:44:41 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-18 07:48:21 +0100
commit15b42dc09e6e4c2957b86fb36b6dae2ef60a7698 (patch)
treee4c56539def9adba015f0b1df762eea448f80f49 /Source
parentfc3a6d84a79b606864d6e76b4fb8e1edc8ab92cb (diff)
downloadqtwebkit-15b42dc09e6e4c2957b86fb36b6dae2ef60a7698.tar.gz
point dependencies to 'release' branches
Change-Id: I669ec01576ca5f0f5e21ec1cefbda4a259764cd3 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'Source')
-rw-r--r--Source/sync.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/sync.profile b/Source/sync.profile
index 4b3280991..4dbcb0106 100644
--- a/Source/sync.profile
+++ b/Source/sync.profile
@@ -17,7 +17,7 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/stable",
- "qtdeclarative" => "refs/heads/stable",
- "qtjsbackend" => "refs/heads/stable",
+ "qtbase" => "refs/heads/release",
+ "qtdeclarative" => "refs/heads/release",
+ "qtjsbackend" => "refs/heads/release",
);