diff options
author | Frederik Gladhorn <frederik.gladhorn@digia.com> | 2013-01-17 11:39:42 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-01-17 12:37:13 +0100 |
commit | f80cb1c22663507493d1daddd0dfba4524e2259c (patch) | |
tree | 46d1dc56926ec77405ff48a6d02920cee035f043 /sync.profile | |
parent | dadca9e62d3db831c24bdb5d70515adc2617f0b2 (diff) | |
download | qtquickcontrols-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.profile | 8 |
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", ); |