Mercurial > hg > sonic-visualiser
comparison deploy/win32/sonic-visualiser.wxs @ 557:aad6a158fb4b
These DLLs should be in the platforms subdir
author | Chris Cannam |
---|---|
date | Mon, 13 May 2013 10:59:17 +0100 |
parents | a983faf611a4 |
children | 854668a6a33a |
comparison
equal
deleted
inserted
replaced
555:a983faf611a4 | 557:aad6a158fb4b |
---|---|
165 <File | 165 <File |
166 Id="libwinpthread" | 166 Id="libwinpthread" |
167 Name="libwinpthread-1.dll" | 167 Name="libwinpthread-1.dll" |
168 DiskId="1" | 168 DiskId="1" |
169 Source="release\libwinpthread-1.dll"/> | 169 Source="release\libwinpthread-1.dll"/> |
170 <File | |
171 Id="qminimal" | |
172 Name="qminimal.dll" | |
173 DiskId="1" | |
174 Source="release\qminimal.dll"/> | |
175 <File | |
176 Id="qwindows" | |
177 Name="qwindows.dll" | |
178 DiskId="1" | |
179 Source="release\qwindows.dll"/> | |
180 </Component> | 170 </Component> |
181 | 171 |
172 <Directory Id="Platforms" Name="platforms"> | |
173 <Component | |
174 Id="Qt5PlatformPlugins" | |
175 Guid="1EDCEA4B-C83F-430B-B09D-CB113DFD4E77"> | |
176 <File | |
177 Id="qminimal" | |
178 Name="qminimal.dll" | |
179 DiskId="1" | |
180 Source="release\qminimal.dll"/> | |
181 <File | |
182 Id="qwindows" | |
183 Name="qwindows.dll" | |
184 DiskId="1" | |
185 Source="release\qwindows.dll"/> | |
186 </Component> | |
187 </Directory> | |
188 | |
182 </Directory> | 189 </Directory> |
183 </Directory> | 190 </Directory> |
184 | 191 |
185 <Directory Id="ProgramMenuFolder" Name="Programs"> | 192 <Directory Id="ProgramMenuFolder" Name="Programs"> |
186 <Directory Id="ProgramMenuDir" Name="Sonic Visualiser"> | 193 <Directory Id="ProgramMenuDir" Name="Sonic Visualiser"> |
197 | 204 |
198 <Feature Id="Complete" Level="1"> | 205 <Feature Id="Complete" Level="1"> |
199 <ComponentRef Id="VampPlugins"/> | 206 <ComponentRef Id="VampPlugins"/> |
200 <ComponentRef Id="MainExecutable"/> | 207 <ComponentRef Id="MainExecutable"/> |
201 <ComponentRef Id="Qt5"/> | 208 <ComponentRef Id="Qt5"/> |
209 <ComponentRef Id="Qt5PlatformPlugins"/> | |
202 <ComponentRef Id="ProgramMenuDir"/> | 210 <ComponentRef Id="ProgramMenuDir"/> |
203 </Feature> | 211 </Feature> |
204 | 212 |
205 <Icon | 213 <Icon |
206 Id="winicon.ico" | 214 Id="winicon.ico" |