summaryrefslogtreecommitdiff
path: root/Source/sync.profile
diff options
context:
space:
mode:
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",
);