Mercurial > hg > sonic-visualiser
diff 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 |
line wrap: on
line diff
--- a/deploy/win32/sonic-visualiser.wxs Wed Jun 27 21:50:33 2018 +0100 +++ b/deploy/win32/sonic-visualiser.wxs Thu Jun 28 10:53:03 2018 +0100 @@ -165,6 +165,13 @@ Id="qwindows" Name="qwindows.dll" Source="release\qwindows.dll"/> + </Component> + </Directory> + + <Directory Id="Styles" Name="styles"> + <Component + Id="Qt5StylePlugins" + Guid="049AD156-CBC3-457A-980F-3C01FF89C054"> <File Id="qwindowsvistastyle" Name="qwindowsvistastyle.dll" @@ -233,6 +240,7 @@ <ComponentRef Id="SVFileAssociation"/> <ComponentRef Id="Qt5"/> <ComponentRef Id="Qt5PlatformPlugins"/> + <ComponentRef Id="Qt5StylePlugins"/> <ComponentRef Id="Piper"/> <ComponentRef Id="Checker"/> <ComponentRef Id="ProgramMenuDir"/>