diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-05-24 22:29:20 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-26 00:50:06 +0200 |
commit | f30159132c2c486508d227fc7d5615e032df6f68 (patch) | |
tree | 898f34936291c6cb7aa8b999c71ed700d5a1a48f /sync.profile | |
parent | d424c1ee4494baffdc4715440f86ef80a94fd7a5 (diff) | |
download | qtserialport-f30159132c2c486508d227fc7d5615e032df6f68.tar.gz |
sync.profile: Point dependencies to an empty string
This means that we are going to use the same branch name for the
dependencies as the branch of the repository under test.
If we are testing the 'stable' branch, all dependencies will point
to the 'stable' branch as well.
Change-Id: Ibb0cf31b90d04f280691859d66486803ff58cc78
Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile index 68c7725..a1e480d 100644 --- a/sync.profile +++ b/sync.profile @@ -3,5 +3,5 @@ ); %dependencies = ( - "qtbase" => "refs/heads/stable", + "qtbase" => "", ); |