data: add windows qt dlls required to save graph image (issue #474)

This commit is contained in:
mlangkabel
2017-10-06 17:44:43 +02:00
parent c71a0c410c
commit 59ae7b0dd5
3 changed files with 35 additions and 0 deletions
@@ -251,6 +251,15 @@
</Component>
</Directory>
<Directory Id='Imageformats' Name='imageformats'>
<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='QWBmpDll' Guid='*' Win64="$(var.Win64)">
<File Id='QWBmp' Name='qwbmp.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/imageformats/qwbmp.dll' KeyPath='yes' />
</Component>
</Directory>
<Directory Id='License' Name='license'>
<Component Id='EulaRtf' Guid='*' Win64="$(var.Win64)">
<File Id='EulaRtfId' Name='EULA.rtf' DiskId='1' Source='./../../../bin/app/data/gui/installer/EULA.rtf' KeyPath='yes' />
@@ -230,6 +230,8 @@
<ComponentRef Id='vcruntime140_dll'/>
<ComponentRef Id='QWindowsDll'/>
<ComponentRef Id='QJpegDll'/>
<ComponentRef Id='QWBmpDll'/>
<ComponentRef Id='EulaRtf'/>
<ComponentRef Id='LicenseBoostTxt'/>