Skip to content

Commit

Permalink
Qt Depends msvcp140_1/2 dlls (#92)
Browse files Browse the repository at this point in the history
IB-7900

Signed-off-by: Raul Metsma <[email protected]>
  • Loading branch information
metsma authored Sep 9, 2024
1 parent c4e4f5d commit f1812f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions idupdater.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
<?endif?>
</Component>
<File Source="$(var.VCPATH)\msvcp140$(var.qt_suffix).dll" />
<File Source="$(var.VCPATH)\msvcp140_1$(var.qt_suffix).dll" />
<File Source="$(var.VCPATH)\msvcp140_2$(var.qt_suffix).dll" />
<File Source="$(var.VCPATH)\vcruntime140$(var.qt_suffix).dll" />
<?if $(sys.BUILDARCH) != x86 ?>
<File Source="$(var.VCPATH)\vcruntime140_1$(var.qt_suffix).dll" />
Expand Down

0 comments on commit f1812f5

Please sign in to comment.