summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-13 11:07:24 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-17 14:05:06 +0100
commit64e0c610d2d8751426258ba180267ec8fa7b34cb (patch)
treeb7abbd12543b87244e75f65f7947867e94abaa61 /sync.profile
parenta199068d2aecd8a7faaed3e098253b6e6c542e59 (diff)
downloadqtsensors-64e0c610d2d8751426258ba180267ec8fa7b34cb.tar.gz
point dependencies to stable branches
Change-Id: I50ff2b77c3fde9187392e57ee090fb535a742d21 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sync.profile b/sync.profile
index 36e545a..913c0e9 100644
--- a/sync.profile
+++ b/sync.profile
@@ -4,7 +4,7 @@
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%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",
);