summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sync.profile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sync.profile b/sync.profile
index 32b85c7e..32275792 100644
--- a/sync.profile
+++ b/sync.profile
@@ -13,7 +13,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",
- "qtquick1" => "refs/heads/stable",
- "qtdeclarative" => "refs/heads/stable",
+ "qtbase" => "refs/heads/5.6",
+ "qtdeclarative" => "refs/heads/5.6",
);