Skip to content

Commit 1852579

Browse files
committed
Fix an overside made when manually resolving cherry-pick conflicts earlier
1 parent 0eb9094 commit 1852579

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

installer/windows/product.wxs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@
156156
<ComponentRef Id="qwebp.dll" />
157157
<!-- Platforms -->
158158
<ComponentRef Id="qwindows.dll" />
159+
<!-- Windows Vista Style -->
160+
<?if $(sys.BUILDARCH)="x64"?>
161+
<ComponentRef Id="qwindowsvistastyle.dll" />
162+
<?endif?>
159163
<!-- Printer -->
160164
<ComponentRef Id="windowsprintersupport.dll" />
161165
<!-- Licenses -->

0 commit comments

Comments
 (0)