aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/Qt6QmlBuildInternals.cmake
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-05-18 19:47:16 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-05-19 08:37:14 +0200
commit3c1e3552d301e064cf8b9380c4c6f5564f797ec4 (patch)
tree379cb1eff62e6ff1ccbfb33b0e929e33c5d1604d /src/qml/Qt6QmlBuildInternals.cmake
parentfd85f0dae95d36d080b986812d6d97184d1329db (diff)
Remove QML_PLUGINDUMP_DEPENDENCIES
It isn't used anywhere and it really shouldn't be used. Change-Id: Ia101afde63b2c651ae36d719f0ba96428f12ecc9 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/qml/Qt6QmlBuildInternals.cmake')
-rw-r--r--src/qml/Qt6QmlBuildInternals.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qml/Qt6QmlBuildInternals.cmake b/src/qml/Qt6QmlBuildInternals.cmake
index d579432f0f..7ef66ce766 100644
--- a/src/qml/Qt6QmlBuildInternals.cmake
+++ b/src/qml/Qt6QmlBuildInternals.cmake
@@ -15,8 +15,6 @@ include_guard(GLOBAL)
# to the module's URI where '.' is replaced with '/'. Use this to override the
# default substitution pattern.
# VERSION: Version of the qml module
-# QML_PLUGINDUMP_DEPENDENCIES: Path to a dependencies.json file to be consumed
-# with the ${target}_qmltypes target (optional)
# SKIP_TYPE_REGISTRATION: All qml files are expected to be registered by the
# c++ plugin code.
#
@@ -33,7 +31,6 @@ function(qt_add_qml_module target)
URI
TARGET_PATH
VERSION
- QML_PLUGINDUMP_DEPENDENCIES
CLASSNAME
)