mirror of
https://github.com/transmission/transmission.git
synced 2025-12-19 18:08:31 +00:00
Bump Windows dependencies (#7755)
This commit is contained in:
10
dist/msi/components/QtClient.wxs
vendored
10
dist/msi/components/QtClient.wxs
vendored
@@ -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 ?>
|
||||
|
||||
Reference in New Issue
Block a user