Skip to content

Commit

Permalink
Add Qt5Svg.dll to our windows packages
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Jul 30, 2020
1 parent 8b5f34c commit ef18362
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions installer/windows/product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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" />
Expand Down

0 comments on commit ef18362

Please sign in to comment.