summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sync.profile b/sync.profile
index a1f4dce41..2f3aab8c5 100644
--- a/sync.profile
+++ b/sync.profile
@@ -16,9 +16,9 @@
# - 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",
- "qtxmlpatterns" => "refs/heads/stable",
+ "qtbase" => "refs/heads/dev",
+ "qtdeclarative" => "refs/heads/dev",
+ "qtxmlpatterns" => "refs/heads/dev",
# FIXME: take examples out into their own module to avoid a potential circular dependency later ?
- "qtquickcontrols" => "refs/heads/stable",
+ "qtquickcontrols" => "refs/heads/dev",
);