diff options
| -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( |
