Mercurial > hg > sonic-visualiser
comparison deploy/win32/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 |
---|---|
163 Source="release\qminimal.dll"/> | 163 Source="release\qminimal.dll"/> |
164 <File | 164 <File |
165 Id="qwindows" | 165 Id="qwindows" |
166 Name="qwindows.dll" | 166 Name="qwindows.dll" |
167 Source="release\qwindows.dll"/> | 167 Source="release\qwindows.dll"/> |
168 </Component> | |
169 </Directory> | |
170 | |
171 <Directory Id="Styles" Name="styles"> | |
172 <Component | |
173 Id="Qt5StylePlugins" | |
174 Guid="049AD156-CBC3-457A-980F-3C01FF89C054"> | |
168 <File | 175 <File |
169 Id="qwindowsvistastyle" | 176 Id="qwindowsvistastyle" |
170 Name="qwindowsvistastyle.dll" | 177 Name="qwindowsvistastyle.dll" |
171 Source="release\qwindowsvistastyle.dll"/> | 178 Source="release\qwindowsvistastyle.dll"/> |
172 </Component> | 179 </Component> |
231 <ComponentRef Id="VampPlugins"/> | 238 <ComponentRef Id="VampPlugins"/> |
232 <ComponentRef Id="MainExecutable"/> | 239 <ComponentRef Id="MainExecutable"/> |
233 <ComponentRef Id="SVFileAssociation"/> | 240 <ComponentRef Id="SVFileAssociation"/> |
234 <ComponentRef Id="Qt5"/> | 241 <ComponentRef Id="Qt5"/> |
235 <ComponentRef Id="Qt5PlatformPlugins"/> | 242 <ComponentRef Id="Qt5PlatformPlugins"/> |
243 <ComponentRef Id="Qt5StylePlugins"/> | |
236 <ComponentRef Id="Piper"/> | 244 <ComponentRef Id="Piper"/> |
237 <ComponentRef Id="Checker"/> | 245 <ComponentRef Id="Checker"/> |
238 <ComponentRef Id="ProgramMenuDir"/> | 246 <ComponentRef Id="ProgramMenuDir"/> |
239 </Feature> | 247 </Feature> |
240 | 248 |