aboutsummaryrefslogtreecommitdiffstats
path: root/create_wheels.py
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2022-10-24 13:56:39 +0200
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2022-10-25 10:09:17 +0200
commit9bebcf244803dd30d6289e4f30ff59500338a66d (patch)
tree2b6742d0234501b655724a9c9910bb040484fe42 /create_wheels.py
parentea351c5d53e34d3d1daf71de5eb73ba6e03e552a (diff)
PySideTools: Add qmlimportscanner
- qmlimportscanner tool helps the deployment tools to identify all the imported QML modules in the QML files associated with the project Pick-to: 6.4 Change-Id: Id708e9de618d2cf277f67973f5474d05aa2a0c41 Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
Diffstat (limited to 'create_wheels.py')
-rw-r--r--create_wheels.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/create_wheels.py b/create_wheels.py
index 0a34405c9..6b0f0887d 100644
--- a/create_wheels.py
+++ b/create_wheels.py
@@ -205,6 +205,7 @@ def wheel_pyside6_essentials() -> Tuple[SetupData, List[ModuleData]]:
"pyside6-metaobjectdump = PySide6.scripts.pyside_tool:metaobjectdump",
"pyside6-project = PySide6.scripts.pyside_tool:project",
"pyside6-qmltyperegistrar = PySide6.scripts.pyside_tool:qmltyperegistrar",
+ "pyside6-qmlimportscanner = PySide6.scripts.pyside_tool:qmlimportscanner",
"pyside6-qmllint = PySide6.scripts.pyside_tool:qmllint",
"pyside6-qml = PySide6.scripts.pyside_tool:qml",
"pyside6-qmlformat = PySide6.scripts.pyside_tool:qmlformat",