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
@@ -523,6 +523,7 @@ if(WIN32 AND MSVC)
${QT5_BIN_PATH}/Qt5PrintSupportd.dll
${QT5_BIN_PATH}/Qt5Widgetsd.dll
${QT5_BIN_PATH}/Qt5Concurrentd.dll
${QT5_BIN_PATH}/Qt5Svgd.dll
DESTINATION "/"
CONFIGURATIONS Debug)
# The Qt5 Release configuration files don't have a postfix
@@ -533,6 +534,7 @@ if(WIN32 AND MSVC)
${QT5_BIN_PATH}/Qt5PrintSupport.dll
${QT5_BIN_PATH}/Qt5Widgets.dll
${QT5_BIN_PATH}/Qt5Concurrent.dll
${QT5_BIN_PATH}/Qt5Svg.dll
DESTINATION "/"
CONFIGURATIONS Release)
# The files below are common to all configurations
+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" />