Mercurial > hg > sonic-visualiser
changeset 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 | 6584788f82b8 358541da1cd8 |
files | deploy/win32/sonic-visualiser.wxs |
diffstat | 1 files changed, 18 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/win32/sonic-visualiser.wxs Fri May 10 15:50:19 2013 +0100 +++ b/deploy/win32/sonic-visualiser.wxs Mon May 13 10:59:17 2013 +0100 @@ -167,18 +167,25 @@ Name="libwinpthread-1.dll" DiskId="1" Source="release\libwinpthread-1.dll"/> - <File - Id="qminimal" - Name="qminimal.dll" - DiskId="1" - Source="release\qminimal.dll"/> - <File - Id="qwindows" - Name="qwindows.dll" - DiskId="1" - Source="release\qwindows.dll"/> </Component> + <Directory Id="Platforms" Name="platforms"> + <Component + Id="Qt5PlatformPlugins" + Guid="1EDCEA4B-C83F-430B-B09D-CB113DFD4E77"> + <File + Id="qminimal" + Name="qminimal.dll" + DiskId="1" + Source="release\qminimal.dll"/> + <File + Id="qwindows" + Name="qwindows.dll" + DiskId="1" + Source="release\qwindows.dll"/> + </Component> + </Directory> + </Directory> </Directory> @@ -199,6 +206,7 @@ <ComponentRef Id="VampPlugins"/> <ComponentRef Id="MainExecutable"/> <ComponentRef Id="Qt5"/> + <ComponentRef Id="Qt5PlatformPlugins"/> <ComponentRef Id="ProgramMenuDir"/> </Feature>