aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/platforms/windows_desktop.py
diff options
context:
space:
mode:
Diffstat (limited to 'build_scripts/platforms/windows_desktop.py')
-rw-r--r--build_scripts/platforms/windows_desktop.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_scripts/platforms/windows_desktop.py b/build_scripts/platforms/windows_desktop.py
index b76f5d1b8..6b60aa753 100644
--- a/build_scripts/platforms/windows_desktop.py
+++ b/build_scripts/platforms/windows_desktop.py
@@ -160,7 +160,8 @@ def prepare_packages_win32(self, vars):
# <install>/bin/*.exe,*.dll -> {st_package_name}/
filters = ["pyside*.exe", "pyside*.dll"]
if not OPTION['NO_QT_TOOLS']:
- filters.extend(["uic.exe", "rcc.exe", "designer.exe"])
+ filters.extend(["uic.exe", "rcc.exe", "assistant.exe",
+ "designer.exe"])
copydir(
"{install_dir}/bin/",
"{st_build_dir}/{st_package_name}",