summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-11 16:35:04 +0200
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-11 17:25:39 +0200
commit421a6e5cc9a823b9f0a64a0c2891607a3ac46999 (patch)
tree3004703c5fe6a0306549e7c87c83265383c6634b /sync.profile
parentb35d793648a24b229aac75ea43d5a175967304ca (diff)
parent5ed36a9fe84f78c66692bb4a0395cb09eaf31d66 (diff)
Merge branch 'release' into old/5.0old/5.0
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile16
1 files changed, 8 insertions, 8 deletions
diff --git a/sync.profile b/sync.profile
index 9ad1263a..af38a344 100644
--- a/sync.profile
+++ b/sync.profile
@@ -8,12 +8,12 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/stable",
- "qtscript" => "refs/heads/stable",
- "qtxmlpatterns" => "refs/heads/stable",
- "qtdeclarative" => "refs/heads/stable",
- "qtjsbackend" => "refs/heads/stable",
- "qtactiveqt" => "refs/heads/stable",
- "qttools" => "refs/heads/stable",
- "qtwebkit" => "refs/heads/stable",
+ "qtbase" => "refs/heads/old/5.0",
+ "qtscript" => "refs/heads/old/5.0",
+ "qtxmlpatterns" => "refs/heads/old/5.0",
+ "qtdeclarative" => "refs/heads/old/5.0",
+ "qtjsbackend" => "refs/heads/old/5.0",
+ "qtactiveqt" => "refs/heads/old/5.0",
+ "qttools" => "refs/heads/old/5.0",
+ "qtwebkit" => "refs/heads/old/5.0",
);