summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-13 11:05:35 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-13 13:51:55 +0100
commite223e439a89959184a33144632eec2d67d5462f9 (patch)
tree12d5f945a764a9333588242701d7227f1a2d3715
parent50e067e6a28cb6c08c55fdb78e3cfeb9c162ac79 (diff)
point dependencies to stable branches
Change-Id: I636d8446ed9c50f88b17784f2173ea69a362b2d4 Reviewed-by: Denis Dzyubenko <denis@ddenis.info> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
-rw-r--r--sync.profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sync.profile b/sync.profile
index 4207bde..a25a33d 100644
--- a/sync.profile
+++ b/sync.profile
@@ -15,8 +15,8 @@ $publicclassregexp = "QJsonDb.+";
# - 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",
- "qtxmlpatterns" => "refs/heads/master",
+ "qtbase" => "refs/heads/stable",
+ "qtdeclarative" => "refs/heads/stable",
+ "qtjsbackend" => "refs/heads/stable",
+ "qtxmlpatterns" => "refs/heads/stable",
);