diff --git a/sync.profile b/sync.profile
index 2f3aab8c5bec375edecaeb9bc16a2d97f4a8e671..1e9519fe34d71a5456bb88e28f7dfd5c840abc06 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/dev",
-    "qtdeclarative" => "refs/heads/dev",
-    "qtxmlpatterns" => "refs/heads/dev",
+    "qtbase" => "",
+    "qtdeclarative" => "",
+    "qtxmlpatterns" => "",
 # FIXME: take examples out into their own module to avoid a potential circular dependency later ?
-    "qtquickcontrols" => "refs/heads/dev",
+    "qtquickcontrols" => "",
 );