summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-13 11:01:14 +0100
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-13 22:47:29 +0100
commitd0a3ae112e701673a722c94c84335fa520c375d7 (patch)
treea867dc5ca7eafd55ca6d9e560ee10cd5b60f2c2b
parente24fd50cec0d90b818e8a03bb94027a8ff6ff46c (diff)
point dependencies to stable branches
Change-Id: Ifcb531976dbe82d95e62918ebcbdd43d8561c2ed Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
-rw-r--r--sync.profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sync.profile b/sync.profile
index c7f64203..855fd66d 100644
--- a/sync.profile
+++ b/sync.profile
@@ -11,9 +11,9 @@
# - 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",
+ "qtbase" => "refs/heads/stable",
+ "qtdeclarative" => "refs/heads/stable",
+ "qtjsbackend" => "refs/heads/stable",
"qtsystems" => "refs/heads/master",
- "qtxmlpatterns" => "refs/heads/master",
+ "qtxmlpatterns" => "refs/heads/stable",
);