aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Herrmann <adrian.herrmann@qt.io>2022-10-17 19:47:22 +0200
committerAdrian Herrmann <adrian.herrmann@qt.io>2022-10-18 09:38:42 +0000
commit149562cdcbabbdd0e4660189643b699d4b10e196 (patch)
treed125d80f858d713e768d9d8ee4725208ed538860
parentcddf846280f566fe6cb9d51b99aa6d6be5e676f9 (diff)
wheels: Add pyside6-qtpy2cpp
Fix pyside6-qtpy2cpp not actually being added when creating wheels. Task-number: PYSIDE-1612 Change-Id: I7e74e6081404b11e3222d773fbaa712687c4ca27 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit 3e40fa012348a855d306375e862cabc3cac60190) Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--create_wheels.py3
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"
],
)