From 6d3aae3cf47fbf21bd27eda7a249c2a23308156e Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Mon, 18 May 2020 19:55:25 +0200 Subject: Remove --dependencies option from qmltyperegistrar We don't need to list the dependencies in the qmltypes files. The information given in the qmldir file should be enough. Ultimately, we should get rid of all hidden dependencies. Task-number: QTBUG-84286 Change-Id: Iaf67d476b449215715270043591d8c4858104ea6 Reviewed-by: Christian Kamm Reviewed-by: Fabian Kosmale --- src/qmlworkerscript/dependencies.json | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 src/qmlworkerscript/dependencies.json (limited to 'src/qmlworkerscript') diff --git a/src/qmlworkerscript/dependencies.json b/src/qmlworkerscript/dependencies.json deleted file mode 100644 index 0d4f101c7a..0000000000 --- a/src/qmlworkerscript/dependencies.json +++ /dev/null @@ -1,2 +0,0 @@ -[ -] -- cgit v1.2.3