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 25fd8f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### Tiled 1.1.1 (4 January 2018)

* Fixed crash on load for template instances of non-tile objects
* Windows Installer: Include the Qt SVG image plugin

### Tiled 1.1.0 (3 January 2018)

Expand Down
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 25fd8f9

Please sign in to comment.