summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sync.profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sync.profile b/sync.profile
index c7f64203..855fd66d 100644
--- a/sync.profile
+++ b/sync.profile
@@ -11,9 +11,9 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/master",
- "qtdeclarative" => "refs/heads/master",
- "qtjsbackend" => "refs/heads/master",
+ "qtbase" => "refs/heads/stable",
+ "qtdeclarative" => "refs/heads/stable",
+ "qtjsbackend" => "refs/heads/stable",
"qtsystems" => "refs/heads/master",
- "qtxmlpatterns" => "refs/heads/master",
+ "qtxmlpatterns" => "refs/heads/stable",
);