mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Include Windows Vista Qt style, remove dbus revision suffix and expat (MSI package)
This commit is contained in:
13
dist/msi/components/QtClient.wxs
vendored
13
dist/msi/components/QtClient.wxs
vendored
@@ -113,14 +113,17 @@
|
||||
</Component>
|
||||
</Directory>
|
||||
|
||||
<Directory Id="QTSTYLESDIR" Name="styles">
|
||||
<Component Id="dll.qt5.plugins.styles.windowsvista">
|
||||
<File DiskId="1" KeyPath="yes" Name="qwindowsvistastyle.dll" />
|
||||
</Component>
|
||||
</Directory>
|
||||
|
||||
</DirectoryRef>
|
||||
<DirectoryRef Id="INSTALLDIR" FileSource="$(var.ThirdPartyDir)\bin">
|
||||
|
||||
<Component Id="dll.dbus">
|
||||
<File DiskId="1" KeyPath="yes" Name="dbus-1-3.dll" />
|
||||
</Component>
|
||||
<Component Id="dll.expat">
|
||||
<File DiskId="1" KeyPath="yes" Name="expat.dll" />
|
||||
<File DiskId="1" KeyPath="yes" Name="dbus-1.dll" />
|
||||
</Component>
|
||||
|
||||
</DirectoryRef>
|
||||
@@ -137,8 +140,8 @@
|
||||
<ComponentRef Id="dll.qt5.widgets" />
|
||||
<ComponentRef Id="dll.qt5.winextras" />
|
||||
<ComponentRef Id="dll.qt5.plugins.platforms.windows" />
|
||||
<ComponentRef Id="dll.qt5.plugins.styles.windowsvista" />
|
||||
<ComponentRef Id="dll.dbus" />
|
||||
<ComponentRef Id="dll.expat" />
|
||||
<ComponentGroupRef Id="QtClientTranslationsComponents" />
|
||||
<ComponentGroupRef Id="QtTranslationsComponents" />
|
||||
</ComponentGroup>
|
||||
|
||||
Reference in New Issue
Block a user