data: make Qt Windows Vista style available for windows 10
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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'/>
|
||||
|
||||
Reference in New Issue
Block a user