diff options
| author | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2022-11-17 16:40:22 +0100 |
|---|---|---|
| committer | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2022-11-17 18:14:28 +0100 |
| commit | 346cb82105ee21573e15e4c05a632ed6dd699cf3 (patch) | |
| tree | 8099b43c1d99af0e65d3f2f8bc28d3c2ceca98c6 /build_scripts/platforms | |
| parent | f499c71c3b3f78920be192d35df7e2c8d18e2f1b (diff) | |
PySide Tools - qmltyperegistrar.exe missing
- added missing comma in windows_desktop.py
Pick-to: 6.4 6.4.1
Change-Id: I082443696ba8dfef99851d7d8fd115b1dcef203c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'build_scripts/platforms')
| -rw-r--r-- | build_scripts/platforms/windows_desktop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_scripts/platforms/windows_desktop.py b/build_scripts/platforms/windows_desktop.py index 1d2e063f6..db1f97d1b 100644 --- a/build_scripts/platforms/windows_desktop.py +++ b/build_scripts/platforms/windows_desktop.py @@ -132,7 +132,7 @@ def prepare_packages_win32(pyside_build, _vars): filters = ["pyside*.exe", "pyside*.dll"] if not OPTION['NO_QT_TOOLS']: filters.extend(["lrelease.exe", "lupdate.exe", "uic.exe", - "rcc.exe", "qmllint.exe", "qmltyperegistrar.exe" + "rcc.exe", "qmllint.exe", "qmltyperegistrar.exe", "assistant.exe", "designer.exe", "qmlimportscanner.exe", "linguist.exe", "qmlformat.exe", "qmlls.exe"]) copydir( |
