aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sync.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sync.profile b/sync.profile
index d65c740a66..bddfd0f7f3 100644
--- a/sync.profile
+++ b/sync.profile
@@ -17,7 +17,7 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/master",
- "qtxmlpatterns" => "refs/heads/master",
- "qtjsbackend" => "refs/heads/master",
+ "qtbase" => "refs/heads/stable",
+ "qtxmlpatterns" => "refs/heads/stable",
+ "qtjsbackend" => "refs/heads/stable",
);