summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-01-17 11:39:42 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-17 12:37:13 +0100
commitf80cb1c22663507493d1daddd0dfba4524e2259c (patch)
tree46d1dc56926ec77405ff48a6d02920cee035f043 /sync.profile
parentdadca9e62d3db831c24bdb5d70515adc2617f0b2 (diff)
downloadqtquickcontrols-f80cb1c22663507493d1daddd0dfba4524e2259c.tar.gz
Depend on dev branch (Qt 5.1)
For actions to work the components will have to depend on the dev branch. This mainly affects how tests are run. Change-Id: Ic385647bd6e2f22cdfaa7d94ee6286346a8bea31 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sync.profile b/sync.profile
index 59c2fb57..9692e548 100644
--- a/sync.profile
+++ b/sync.profile
@@ -9,8 +9,8 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/stable",
- "qtdeclarative" => "refs/heads/stable",
- "qtjsbackend" => "refs/heads/stable",
- "qtxmlpatterns" => "refs/heads/stable",
+ "qtbase" => "refs/heads/dev",
+ "qtdeclarative" => "refs/heads/dev",
+ "qtjsbackend" => "refs/heads/dev",
+ "qtxmlpatterns" => "refs/heads/dev",
);