summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-06-13 14:17:02 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-13 15:41:21 +0200
commitaa337de18878705ffd9209e34debca5980ec2677 (patch)
tree086afe9e83e7febfadb9d831ae1428c10aa0d5f4 /sync.profile
parent7ee9578b0c60febc0e0dfcb4717b175cdb67ae08 (diff)
downloadqtlocation-aa337de18878705ffd9209e34debca5980ec2677.tar.gz
The new QtLocation dev branch builds against all other dev branches
Change-Id: I9291d1485c39024a6032ffbfad104c31b2f71c8c 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 157ae908..16001603 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/stable",
- "qtsvg" => "refs/heads/stable",
- "qtxmlpatterns" => "refs/heads/stable",
- "qtdeclarative" => "refs/heads/stable",
- "qtjsbackend" => "refs/heads/stable",
+ "qtbase" => "refs/heads/dev",
+ "qtsvg" => "refs/heads/dev",
+ "qtxmlpatterns" => "refs/heads/dev",
+ "qtdeclarative" => "refs/heads/dev",
+ "qtjsbackend" => "refs/heads/dev",
"qt3d" => "refs/heads/master",
- "qtmultimedia" => "refs/heads/stable"
+ "qtmultimedia" => "refs/heads/dev"
);