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.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_scripts/platforms/windows_desktop.py b/build_scripts/platforms/windows_desktop.py
index b94c2e1c8..dac7a6f1b 100644
--- a/build_scripts/platforms/windows_desktop.py
+++ b/build_scripts/platforms/windows_desktop.py
@@ -283,6 +283,8 @@ def copy_msvc_redist_files(vars, redist_target_path):
if "{target_arch}".format(**vars) == "32":
zip_file = "pyside_qt_deps_32.7z"
download_and_extract_7z(redist_url + zip_file, redist_target_path)
+ else:
+ print("Qt dependency DLLs (MSVC redist) will not be downloaded and extracted.")
copydir(redist_target_path,
"{st_build_dir}/{st_package_name}",