Commit eab2f568 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: If41f7c5306ca739fd3800cec3f680fa72df2a871
Reviewed-by: default avatarJędrzej Nowacki <jedrzej.nowacki@qt.io>
parent 6bb3d98e
No related merge requests found
Showing with 0 additions and 16 deletions
......@@ -10,19 +10,3 @@
);
%classnames = (
);
# 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)
#
%dependencies = (
"qtbase" => "",
"qtdeclarative" => "",
"qtlocation" => "",
"qttools" => "",
# FIXME: take examples out into their own module to avoid a potential circular dependency later ?
"qtquickcontrols" => "",
"qtwebchannel" => "",
);
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