mirror of
https://github.com/transmission/transmission
synced 2025-01-30 19:03:04 +00:00
Include Windows Vista Qt style, remove dbus revision suffix and expat (MSI package)
This commit is contained in:
parent
1f756114a5
commit
fc5857f0d8
1 changed files with 8 additions and 5 deletions
13
dist/msi/components/QtClient.wxs
vendored
13
dist/msi/components/QtClient.wxs
vendored
|
@ -113,14 +113,17 @@
|
||||||
</Component>
|
</Component>
|
||||||
</Directory>
|
</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>
|
||||||
<DirectoryRef Id="INSTALLDIR" FileSource="$(var.ThirdPartyDir)\bin">
|
<DirectoryRef Id="INSTALLDIR" FileSource="$(var.ThirdPartyDir)\bin">
|
||||||
|
|
||||||
<Component Id="dll.dbus">
|
<Component Id="dll.dbus">
|
||||||
<File DiskId="1" KeyPath="yes" Name="dbus-1-3.dll" />
|
<File DiskId="1" KeyPath="yes" Name="dbus-1.dll" />
|
||||||
</Component>
|
|
||||||
<Component Id="dll.expat">
|
|
||||||
<File DiskId="1" KeyPath="yes" Name="expat.dll" />
|
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
</DirectoryRef>
|
</DirectoryRef>
|
||||||
|
@ -137,8 +140,8 @@
|
||||||
<ComponentRef Id="dll.qt5.widgets" />
|
<ComponentRef Id="dll.qt5.widgets" />
|
||||||
<ComponentRef Id="dll.qt5.winextras" />
|
<ComponentRef Id="dll.qt5.winextras" />
|
||||||
<ComponentRef Id="dll.qt5.plugins.platforms.windows" />
|
<ComponentRef Id="dll.qt5.plugins.platforms.windows" />
|
||||||
|
<ComponentRef Id="dll.qt5.plugins.styles.windowsvista" />
|
||||||
<ComponentRef Id="dll.dbus" />
|
<ComponentRef Id="dll.dbus" />
|
||||||
<ComponentRef Id="dll.expat" />
|
|
||||||
<ComponentGroupRef Id="QtClientTranslationsComponents" />
|
<ComponentGroupRef Id="QtClientTranslationsComponents" />
|
||||||
<ComponentGroupRef Id="QtTranslationsComponents" />
|
<ComponentGroupRef Id="QtTranslationsComponents" />
|
||||||
</ComponentGroup>
|
</ComponentGroup>
|
||||||
|
|
Loading…
Reference in a new issue