summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync.profile b/sync.profile
index 00e85462..b45c727c 100644
--- a/sync.profile
+++ b/sync.profile
@@ -10,6 +10,6 @@
# - 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",
+ "qtbase" => "refs/heads/5.6",
+ "qtdeclarative" => "refs/heads/5.6",
);