aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-09-10 12:42:25 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-09-10 12:45:26 +0200
commitd4bc1ade3a8aae42915c1c71f4bac10414644ae0 (patch)
tree94496a73808d58db1505a4034a4eedc0c8a3930d /build_scripts
parent8f7de769636f36bcf371c472480adab75a32e0bf (diff)
parent074e52bccfba94c97cc132060e7087f830756b26 (diff)
Merge remote-tracking branch 'origin/5.15' into dev
Diffstat (limited to 'build_scripts')
-rw-r--r--build_scripts/platforms/windows_desktop.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/build_scripts/platforms/windows_desktop.py b/build_scripts/platforms/windows_desktop.py
index f8a776b87..112bd436f 100644
--- a/build_scripts/platforms/windows_desktop.py
+++ b/build_scripts/platforms/windows_desktop.py
@@ -239,6 +239,7 @@ def prepare_packages_win32(self, vars):
if config.is_internal_pyside_build() or config.is_internal_shiboken_generator_build():
copy_qt_artifacts(self, copy_pdbs, vars)
+ copy_msvc_redist_files(vars, "{build_dir}/msvc_redist".format(**vars))
def copy_msvc_redist_files(vars, redist_target_path):
@@ -251,7 +252,10 @@ def copy_msvc_redist_files(vars, redist_target_path):
"vccorlib140.dll",
"vcomp140.dll",
"vcruntime140.dll",
- "vcruntime140_1.dll"
+ "vcruntime140_1.dll",
+ "msvcp140_1.dll",
+ "msvcp140_2.dll",
+ "msvcp140_codecvt_ids.dll"
]
# Make a directory where the files should be extracted.