Skip to content

Commit

Permalink
Windows Installer: Include the SVG image plugin
Browse files Browse the repository at this point in the history
And the QtSvg DLL upon which it depends. This plugin was already included
in the snapshots, but for some reason forgotten for the installer.

Closes #1847
  • Loading branch information
bjorn committed Jan 4, 2018
1 parent ecfccc4 commit de09289
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/win/installer.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
<File Id="Qt5Core_dll" Source="$(var.QtDir)\bin\Qt5Core.dll"/>
<File Id="Qt5Gui_dll" Source="$(var.QtDir)\bin\Qt5Gui.dll"/>
<File Id="Qt5Network_dll" Source="$(var.QtDir)\bin\Qt5Network.dll"/>
<File Id="Qt5Svg_dll" Source="$(var.QtDir)\bin\Qt5Svg.dll"/>
<File Id="Qt5Widgets_dll" Source="$(var.QtDir)\bin\Qt5Widgets.dll"/>

<?ifdef MingwDir ?>
Expand Down Expand Up @@ -150,6 +151,7 @@
<Component Id="ImageFormatPlugins" Guid="{C655A440-9F24-4489-8DB9-5A4EFF6EB5D7}">
<File Id="qgif_dll" Source="$(var.QtDir)\plugins\imageformats\qgif.dll"/>
<File Id="qjpeg_dll" Source="$(var.QtDir)\plugins\imageformats\qjpeg.dll"/>
<File Id="qsvg_dll" Source="$(var.QtDir)\plugins\imageformats\qsvg.dll"/>
<File Id="qtga_dll" Source="$(var.QtDir)\plugins\imageformats\qtga.dll"/>
<File Id="qtiff_dll" Source="$(var.QtDir)\plugins\imageformats\qtiff.dll"/>
<File Id="qwbmp_dll" Source="$(var.QtDir)\plugins\imageformats\qwbmp.dll"/>
Expand Down

0 comments on commit de09289

Please sign in to comment.