data: fixed sourcetrail loader gif not showing up on some windows systems
* added missing qt dlls to windows installer
This commit is contained in:
@@ -252,12 +252,33 @@
|
||||
</Directory>
|
||||
|
||||
<Directory Id='Imageformats' Name='imageformats'>
|
||||
<Component Id='QGifDll' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='QGif' Name='qgif.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/imageformats/qgif.dll' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='QIcnsDll' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='QIcns' Name='qicns.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/imageformats/qicns.dll' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='QIcoDll' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='QIco' Name='qico.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/imageformats/qico.dll' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='QJpegDll' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='QJpeg' Name='qjpeg.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/imageformats/qjpeg.dll' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='QSvgDll' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='QSvg' Name='qsvg.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/imageformats/qsvg.dll' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='GTgaDll' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='GTga' Name='qtga.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/imageformats/qtga.dll' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='QTiffDll' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='QTiff' Name='qtiff.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/imageformats/qtiff.dll' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='QWBmpDll' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='QWBmp' Name='qwbmp.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/imageformats/qwbmp.dll' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='QWebpDll' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='QWebp' Name='qwebp.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/imageformats/qwebp.dll' KeyPath='yes' />
|
||||
</Component>
|
||||
</Directory>
|
||||
|
||||
<Directory Id='License' Name='license'>
|
||||
|
||||
@@ -230,8 +230,15 @@
|
||||
<ComponentRef Id='vcruntime140_dll'/>
|
||||
|
||||
<ComponentRef Id='QWindowsDll'/>
|
||||
<ComponentRef Id='QGifDll'/>
|
||||
<ComponentRef Id='QIcnsDll'/>
|
||||
<ComponentRef Id='QIcoDll'/>
|
||||
<ComponentRef Id='QJpegDll'/>
|
||||
<ComponentRef Id='QSvgDll'/>
|
||||
<ComponentRef Id='GTgaDll'/>
|
||||
<ComponentRef Id='QTiffDll'/>
|
||||
<ComponentRef Id='QWBmpDll'/>
|
||||
<ComponentRef Id='QWebpDll'/>
|
||||
|
||||
<ComponentRef Id='EulaRtf'/>
|
||||
<ComponentRef Id='LicenseBoostTxt'/>
|
||||
|
||||
Reference in New Issue
Block a user