diff --git a/sync.profile b/sync.profile
index 75a178b7fe4f0cc8232f7c520ffd80ebe1b5c7a2..4bbd64a9950c137362348bad900910454a14fc0c 100644
--- a/sync.profile
+++ b/sync.profile
@@ -10,5 +10,5 @@
 #   - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
 #
 %dependencies = (
-    "qtbase" => "refs/heads/stable",
+    "qtbase" => "refs/heads/release",
 );