Mercurial > hg > sonic-visualiser
diff 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 |
line wrap: on
line diff
--- a/deploy/win64/sonic-visualiser.wxs Wed Jun 27 21:50:33 2018 +0100 +++ b/deploy/win64/sonic-visualiser.wxs Thu Jun 28 10:53:03 2018 +0100 @@ -191,6 +191,13 @@ Id="qwindows" Name="qwindows.dll" Source="release\qwindows.dll"/> + </Component> + </Directory> + + <Directory Id="Styles" Name="styles"> + <Component Win64="yes" + Id="Qt5StylePlugins" + Guid="7A676FC1-B139-432C-A7D3-F33984934B79"> <File Id="qwindowsvistastyle" Name="qwindowsvistastyle.dll" @@ -293,6 +300,7 @@ <ComponentRef Id="Qt5"/> <ComponentRef Id="VCRuntime"/> <ComponentRef Id="Qt5PlatformPlugins"/> + <ComponentRef Id="Qt5StylePlugins"/> <ComponentRef Id="Piper64"/> <ComponentRef Id="Piper32"/> <ComponentRef Id="Checker64"/>