comparison deploy/win64/sonic-visualiser.wxs @ 1896:d06c8628c5e2

Put style DLLs in the right directory!
author Chris Cannam
date Thu, 28 Jun 2018 10:53:03 +0100
parents 643768964863
children 6757ed564f86
comparison
equal deleted inserted replaced
1894:2d52af97bec1 1896:d06c8628c5e2
189 Source="release\qminimal.dll"/> 189 Source="release\qminimal.dll"/>
190 <File 190 <File
191 Id="qwindows" 191 Id="qwindows"
192 Name="qwindows.dll" 192 Name="qwindows.dll"
193 Source="release\qwindows.dll"/> 193 Source="release\qwindows.dll"/>
194 </Component>
195 </Directory>
196
197 <Directory Id="Styles" Name="styles">
198 <Component Win64="yes"
199 Id="Qt5StylePlugins"
200 Guid="7A676FC1-B139-432C-A7D3-F33984934B79">
194 <File 201 <File
195 Id="qwindowsvistastyle" 202 Id="qwindowsvistastyle"
196 Name="qwindowsvistastyle.dll" 203 Name="qwindowsvistastyle.dll"
197 Source="release\qwindowsvistastyle.dll"/> 204 Source="release\qwindowsvistastyle.dll"/>
198 </Component> 205 </Component>
291 <ComponentRef Id="SVFileAssociation"/> 298 <ComponentRef Id="SVFileAssociation"/>
292 <ComponentRef Id="Sndfile"/> 299 <ComponentRef Id="Sndfile"/>
293 <ComponentRef Id="Qt5"/> 300 <ComponentRef Id="Qt5"/>
294 <ComponentRef Id="VCRuntime"/> 301 <ComponentRef Id="VCRuntime"/>
295 <ComponentRef Id="Qt5PlatformPlugins"/> 302 <ComponentRef Id="Qt5PlatformPlugins"/>
303 <ComponentRef Id="Qt5StylePlugins"/>
296 <ComponentRef Id="Piper64"/> 304 <ComponentRef Id="Piper64"/>
297 <ComponentRef Id="Piper32"/> 305 <ComponentRef Id="Piper32"/>
298 <ComponentRef Id="Checker64"/> 306 <ComponentRef Id="Checker64"/>
299 <ComponentRef Id="Checker32"/> 307 <ComponentRef Id="Checker32"/>
300 <ComponentRef Id="Vamp32Plugins"/> 308 <ComponentRef Id="Vamp32Plugins"/>