diff options
| author | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2022-04-04 16:55:52 +0200 |
|---|---|---|
| committer | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2022-06-14 12:34:08 +0200 |
| commit | d78151f89b2c374af366bee536c8ceeae3b2ab5e (patch) | |
| tree | 807473b4c90cd1c324f95ffead8516f1bb6f2150 /create_wheels.py | |
| parent | 73adefe22ffbfabe0ef213e9c2fe2c56efdd7488 (diff) | |
tools: add pyside6-qml
- pyside6-qml is a tool that mimics the capabilities of qml utility and enables
quick prototyping for qml files. Most cli options of the qml tool are carried
forward to this tool.
example-usage:
pyside6-qml -a gui examples/declarative/editingmodel/main.qml
To see all the cli options available with this tool, do:
pyside6-qml --help
Task-number: PYSIDE-1878
Pick-to: 6.3
Change-Id: I98bd77ccf6a0a286bb54da264312e81bf2964dc7
Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'create_wheels.py')
| -rw-r--r-- | create_wheels.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/create_wheels.py b/create_wheels.py index 4f2f3aa50..5bf57f1d5 100644 --- a/create_wheels.py +++ b/create_wheels.py @@ -206,6 +206,7 @@ def wheel_pyside6_essentials() -> Tuple[SetupData, List[ModuleData]]: "pyside6-project = PySide6.scripts.pyside_tool:project", "pyside6-qmltyperegistrar = PySide6.scripts.pyside_tool:qmltyperegistrar", "pyside6-qmllint = PySide6.scripts.pyside_tool:qmllint", + "pyside6-qml = PySide6.scripts.pyside_tool:qml", ], ) |
