diff options
| author | Adrian Herrmann <adrian.herrmann@qt.io> | 2022-10-17 19:47:22 +0200 |
|---|---|---|
| committer | Adrian Herrmann <adrian.herrmann@qt.io> | 2022-10-18 10:08:58 +0200 |
| commit | 3e40fa012348a855d306375e862cabc3cac60190 (patch) | |
| tree | 78a4f07e8b0c01717b4d34f6d82b6781e20891ea /create_wheels.py | |
| parent | fc0ffccded01bdad293b4520c07811fde940dab0 (diff) | |
wheels: Add pyside6-qtpy2cpp
Fix pyside6-qtpy2cpp not actually being added when creating wheels.
Pick-to: 6.4
Task-number: PYSIDE-1612
Change-Id: I7e74e6081404b11e3222d773fbaa712687c4ca27
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'create_wheels.py')
| -rw-r--r-- | create_wheels.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/create_wheels.py b/create_wheels.py index b3ad5f35e..0a34405c9 100644 --- a/create_wheels.py +++ b/create_wheels.py @@ -209,7 +209,8 @@ def wheel_pyside6_essentials() -> Tuple[SetupData, List[ModuleData]]: "pyside6-qml = PySide6.scripts.pyside_tool:qml", "pyside6-qmlformat = PySide6.scripts.pyside_tool:qmlformat", "pyside6-qmlls = PySide6.scripts.pyside_tool:qmlls", - "pyside6-deploy = PySide6.scripts.pyside_tool:deploy", + "pyside6-qtpy2cpp = PySide6.scripts.pyside_tool:qtpy2cpp", + "pyside6-deploy = PySide6.scripts.pyside_tool:deploy" ], ) |
