aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/__init__.py
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-04-18 15:16:07 +0200
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-04-19 09:24:14 +0200
commit9159ba17edad1aa49b07418a7a6793f4526dca86 (patch)
tree1b21aeb3cfd0589f20412a1f35e53ee1dedc8d8e /build_scripts/__init__.py
parent5e473794b91c716fe39b5a71474b2f74b46925c0 (diff)
Tooling: Add pyside6-balsamui
- Add documentation for the tool - Add a screenshot of the tool Pick-to: 6.7 6.6 6.5 Task-number: PYSIDE-2629 Change-Id: I63d1d7e65d92ec37012ce40bb319dfeef9c9695b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'build_scripts/__init__.py')
-rw-r--r--build_scripts/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_scripts/__init__.py b/build_scripts/__init__.py
index 38f4da95f..128bb2394 100644
--- a/build_scripts/__init__.py
+++ b/build_scripts/__init__.py
@@ -19,7 +19,8 @@ PYSIDE_UNIX_BIN_TOOLS = ["lupdate",
"qmlformat",
"qmlls",
"qsb",
- "balsam"]
+ "balsam",
+ "balsamui"]
# tools that are bundled as .app in macOS, but are normal executables in Linux and Windows
PYSIDE_UNIX_BUNDLED_TOOLS = ["assistant",