aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-04-05 18:14:55 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-04-08 09:13:32 +0000
commitd8f121f7ea831f1d5ec27e17cc268945f3cb2a30 (patch)
treeddfa4c603872c3f7fd5bcd83eee3279f3c73ba6c /build_scripts
parent967aa3a520cc19694f8952a1e857e121dbbf967b (diff)
Log for debug purposes whenever MSVC redist is not downloaded
Will be easier to see from Coin logs when it happens. Task-number: PYSIDE-993 Change-Id: I5eeb36c32be2e2e6c32eb8a5d7136797d4a925a2 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'build_scripts')
-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}",