From 9bebcf244803dd30d6289e4f30ff59500338a66d Mon Sep 17 00:00:00 2001 From: Shyamnath Premnadh Date: Mon, 24 Oct 2022 13:56:39 +0200 Subject: 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 Reviewed-by: Adrian Herrmann --- create_wheels.py | 1 + 1 file changed, 1 insertion(+) (limited to 'create_wheels.py') 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", -- cgit v1.2.3