diff options
author | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2024-04-16 11:59:33 +0200 |
---|---|---|
committer | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2024-04-18 15:35:04 +0200 |
commit | 4194ab757e01909c8a7249fa184e6941eb1db7c5 (patch) | |
tree | 675554a72060d79e4bc56d61130356b64383a064 /sources/pyside-tools/pyside_tool.py | |
parent | 83a93d243dbc1ef6679ee8ac3a35184a6edc43d9 (diff) |
Tooling: Add pyside6-qsb
- Analogous to the qsb tool in Qt
- Add pyside6-qsb tool to the documentation
- Update developer documentation
Pick-to: 6.7 6.6 6.5
Task-number: PYSIDE-2629
Change-Id: I93058ebb2864491e951f4f828d703d8893fbcbe7
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside-tools/pyside_tool.py')
-rw-r--r-- | sources/pyside-tools/pyside_tool.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sources/pyside-tools/pyside_tool.py b/sources/pyside-tools/pyside_tool.py index 7daacc22d..64682e24d 100644 --- a/sources/pyside-tools/pyside_tool.py +++ b/sources/pyside-tools/pyside_tool.py @@ -227,5 +227,9 @@ def android_deploy(): pyside_script_wrapper("android_deploy.py") +def qsb(): + qt_tool_wrapper("qsb", sys.argv[1:]) + + if __name__ == "__main__": main() |