data: make Qt Windows Vista style available for windows 10

This commit is contained in:
mlangkabel
2019-08-06 10:55:50 +02:00
parent 6a3561cb87
commit 21f25a0b00
4 changed files with 14 additions and 3 deletions
+8 -2
View File
@@ -252,8 +252,14 @@
</Component>
<Directory Id='Platforms' Name='platforms'>
<Component Id='QWindowsDll' Guid='*' Win64="$(var.Win64)">
<File Id='qwindowsDLL' Name='qwindows.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/platforms/qwindows.dll' KeyPath='yes' />
<Component Id='qwindows_dll' Guid='*' Win64="$(var.Win64)">
<File Id='qwindows' Name='qwindows.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/platforms/qwindows.dll' KeyPath='yes' />
</Component>
</Directory>
<Directory Id='Styles' Name='styles'>
<Component Id='qwindowsvistastyle_dll' Guid='*' Win64="$(var.Win64)">
<File Id='qwindowsvistastyle' Name='qwindowsvistastyle.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/styles/qwindowsvistastyle.dll' KeyPath='yes' />
</Component>
</Directory>
+2 -1
View File
@@ -228,7 +228,8 @@
<ComponentRef Id='ucrtbaseDll'/>
<ComponentRef Id='vcruntime140_dll'/>
<ComponentRef Id='QWindowsDll'/>
<ComponentRef Id='qwindows_dll'/>
<ComponentRef Id='qwindowsvistastyle_dll'/>
<ComponentRef Id='QGifDll'/>
<ComponentRef Id='QIcnsDll'/>
<ComponentRef Id='QIcoDll'/>