Fix sync.profile dependency versioning

Do not hard-code the version of the dependencies here, the CI system determines
the version based on the target branch of the module.

Change-Id: I5fdafa44f3a12d6d43520f30f9eaa27f8856af1b
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
Simon Hausmann 2016-01-25 12:06:53 +01:00
parent e59db7a88a
commit a32ee29460
1 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,6 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
"qtbase" => "refs/heads/5.6",
"qtdeclarative" => "refs/heads/5.6",
"qtbase" => "",
"qtdeclarative" => "",
);