summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-13 11:06:24 +0100
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-13 22:46:45 +0100
commita9301a2476122ed364fb453f845580cd183f51eb (patch)
treeecc7e23a8690ebace9bbf24fe6c4f4807bdc4ea0 /sync.profile
parent1e8989fcb10f04daf5ec1c21d36e829dfbde62ec (diff)
downloadqtlocation-a9301a2476122ed364fb453f845580cd183f51eb.tar.gz
point dependencies to stable branches
Change-Id: I85f47372c20c44f9aebad46e35428ed4eb218254 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sync.profile b/sync.profile
index 236e9a43..157ae908 100644
--- a/sync.profile
+++ b/sync.profile
@@ -10,11 +10,11 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/master",
- "qtsvg" => "refs/heads/master",
- "qtxmlpatterns" => "refs/heads/master",
- "qtdeclarative" => "refs/heads/master",
- "qtjsbackend" => "refs/heads/master",
+ "qtbase" => "refs/heads/stable",
+ "qtsvg" => "refs/heads/stable",
+ "qtxmlpatterns" => "refs/heads/stable",
+ "qtdeclarative" => "refs/heads/stable",
+ "qtjsbackend" => "refs/heads/stable",
"qt3d" => "refs/heads/master",
- "qtmultimedia" => "refs/heads/master"
+ "qtmultimedia" => "refs/heads/stable"
);