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 f5b7feff2..b57b82828 100644
--- a/build_scripts/platforms/windows_desktop.py
+++ b/build_scripts/platforms/windows_desktop.py
@@ -161,7 +161,8 @@ def prepare_packages_win32(self, vars):
filters = ["pyside*.exe", "pyside*.dll"]
if not OPTION['NO_QT_TOOLS']:
filters.extend(["lrelease.exe", "lupdate.exe", "uic.exe",
- "rcc.exe", "assistant.exe", "designer.exe",
+ "rcc.exe", "qmllint.exe", "qmltyperegistrar.exe"
+ "assistant.exe", "designer.exe",
"linguist.exe"])
copydir(
"{install_dir}/bin/",