aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/Qt6QmlMacros.cmake
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-12-02 18:58:50 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-12-17 19:21:10 +0000
commit3919346c3a51960fa0ba3b8a4ef111feb2bee4f2 (patch)
tree7a13aed93d2593819ab190eaff0e933ad5087d8d /src/qml/Qt6QmlMacros.cmake
parentdbc134e207943b23edb90552a89d02b8f43812af (diff)
Add listing of the components and scripts that belongs to the qml module
Add qml components and scripts to the qmlimportscanner output to give information about files that actually belong to the qml module. Task-number: QTBUG-97834 Change-Id: I41394ba6fe9d9fe3af74786b4a802903849ae27d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 1d135de5cfef6da7457e5caf1612c0c112cfea7b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/qml/Qt6QmlMacros.cmake')
-rw-r--r--src/qml/Qt6QmlMacros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/Qt6QmlMacros.cmake b/src/qml/Qt6QmlMacros.cmake
index a5cea6f01a..e2bef207d3 100644
--- a/src/qml/Qt6QmlMacros.cmake
+++ b/src/qml/Qt6QmlMacros.cmake
@@ -2427,7 +2427,7 @@ macro(_qt_internal_parse_qml_imports_entry prefix index)
cmake_parse_arguments("${prefix}"
""
"CLASSNAME;NAME;PATH;PLUGIN;RELATIVEPATH;TYPE;VERSION;LINKTARGET"
- ""
+ "COMPONENTS;SCRIPTS"
${qml_import_scanner_import_${index}}
)
endmacro()