Commit 16362da5 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen Committed by Liang Qi
Browse files

remove dependencies from sync.profile


the CI obtains them from the qt5 super repo nowadays.

Change-Id: Iec8d6adc5dc8d0c3d9f4c369d901e0352bd746f1
Reviewed-by: default avatarLiang Qi <liang.qi@qt.io>
Showing with 1 addition and 9 deletions
# Module dependencies.
# Every module that is required to build this module should have one entry.
# Each of the module version specifiers can take one of the following values:
# - A specific Git revision.
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
# - an empty string to use the same branch under test (dependencies will become "refs/heads/master" if we are in the master branch)
#
%dependencies = (
"qtbase" => "",
%modules = ( # path to module name map
);
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment