Add Qt5Svg.dll to our windows packages

See issue #2321
This commit is contained in:
Justin Clift
2020-07-31 09:36:32 +10:00
parent 8b5f34c406
commit ef18362698
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -93,6 +93,7 @@
<Component><File Source="$(var.QtPath)\bin\Qt5PrintSupport.dll" /></Component>
<Component><File Source="$(var.QtPath)\bin\Qt5Widgets.dll" /></Component>
<Component><File Source="$(var.QtPath)\bin\Qt5Xml.dll" /></Component>
<Component><File Source="$(var.QtPath)\bin\Qt5Svg.dll" /></Component>
<!-- OpenSSL 1.1.1 -->
<?if $(sys.BUILDARCH)="x64"?>
<Component><File Id="libcrypto.dll" Source="$(var.OpenSSLPath)\libcrypto-1_1-x64.dll" /></Component>
@@ -194,6 +195,7 @@
<ComponentRef Id="Qt5PrintSupport.dll" />
<ComponentRef Id="Qt5Widgets.dll" />
<ComponentRef Id="Qt5Xml.dll" />
<ComponentRef Id="Qt5Svg.dll" />
<!-- OpenSSL -->
<ComponentRef Id="libcrypto.dll" />
<ComponentRef Id="libssl.dll" />