diff --git a/sync.profile b/sync.profile index a1f4dce4179edf74892a3a5c908e1e6132b4f5cf..2f3aab8c5bec375edecaeb9bc16a2d97f4a8e671 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", );