summaryrefslogtreecommitdiff
path: root/Source/sync.profile
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-11 16:35:08 +0200
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-11 17:25:40 +0200
commit6908a0e01ff9937b907fe882ac5b6db985c94ae4 (patch)
tree89f4669e5fd02d8351cd40ba80edf59d2a87449f /Source/sync.profile
parent68753e64d1d606d7627fae83e05863d110226c15 (diff)
parentaca7ee6efbdd8a149ce6135df54cc93fbe362922 (diff)
downloadqtwebkit-old/5.0.tar.gz
Merge branch 'release' into old/5.0old/5.0
Change-Id: I65984878e44a88eb1f4266a15060162f53e89e64
Diffstat (limited to 'Source/sync.profile')
-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..55efd2667 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/old/5.0",
+ "qtdeclarative" => "refs/heads/old/5.0",
+ "qtjsbackend" => "refs/heads/old/5.0",
);