]> granicus.if.org Git - transmission/commitdiff
Include Windows Vista Qt style, remove dbus revision suffix and expat (MSI package)
authorMike Gelfand <mikedld@mikedld.com>
Wed, 19 Jun 2019 05:19:51 +0000 (08:19 +0300)
committerMike Gelfand <mikedld@mikedld.com>
Thu, 20 Jun 2019 01:55:30 +0000 (04:55 +0300)
dist/msi/components/QtClient.wxs

index 383faeeafb96d90557459b8aec69f8689e4354ba..b4d12a17adfe88227af0c2492e08b50ab87e4241 100644 (file)
         </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>
       <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>