Bump Windows dependencies (#7755)

This commit is contained in:
Mike Gelfand
2025-11-01 18:59:13 +00:00
committed by GitHub
parent 9b496350a9
commit 2b4803a023
12 changed files with 70 additions and 29 deletions

View File

@@ -134,9 +134,15 @@
</Directory>
<Directory Id="QTSTYLESDIR" Name="styles">
<?if $(var.QtMajorVer) = 5 or ($(var.QtMajorVer) = 6 and $(var.QtMinorVer) < 7) ?>
<Component Id="dll.qt.plugins.styles.windowsvista">
<File DiskId="1" KeyPath="yes" Name="qwindowsvistastyle.dll" />
</Component>
<?else ?>
<Component Id="dll.qt.plugins.styles.modernwindows">
<File DiskId="1" KeyPath="yes" Name="qmodernwindowsstyle.dll" />
</Component>
<?endif ?>
</Directory>
<?if $(var.QtMajorVer) = 6 ?>
@@ -175,7 +181,11 @@
<ComponentRef Id="dll.qt.plugins.imageformats.jpeg" />
<ComponentRef Id="dll.qt.plugins.imageformats.svg" />
<ComponentRef Id="dll.qt.plugins.platforms.windows" />
<?if $(var.QtMajorVer) = 5 or ($(var.QtMajorVer) = 6 and $(var.QtMinorVer) < 7) ?>
<ComponentRef Id="dll.qt.plugins.styles.windowsvista" />
<?else ?>
<ComponentRef Id="dll.qt.plugins.styles.modernwindows" />
<?endif ?>
<?if $(var.QtMajorVer) = 6 ?>
<ComponentRef Id="dll.qt.plugins.tls.openssl" />
<?endif ?>