mirror of https://github.com/qt/qtcharts.git
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:
parent
e59db7a88a
commit
a32ee29460
|
@ -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" => "",
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue