aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-11 16:34:58 +0200
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-11 17:04:04 +0200
commit1088aabe6ad770041f038d9eee9da11b9227d36e (patch)
tree693bf3350f113419564aed75e482741eb7e7336a /sync.profile
parent99eac6e3fb53dc1ca6f8136a02f93c33be3ef52f (diff)
parent2223f1ae293c2aedf4759564185f74b782395459 (diff)
Merge branch 'release' into old/5.0old/5.0
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sync.profile b/sync.profile
index bddfd0f7f3..180ef01430 100644
--- a/sync.profile
+++ b/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",
- "qtxmlpatterns" => "refs/heads/stable",
- "qtjsbackend" => "refs/heads/stable",
+ "qtbase" => "refs/heads/old/5.0",
+ "qtxmlpatterns" => "refs/heads/old/5.0",
+ "qtjsbackend" => "refs/heads/old/5.0",
);