Skip to content

Commit

Permalink
Added Qt5PrintSupport.dll to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
PKEuS committed Aug 1, 2015
1 parent eef98ef commit fe41162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions win_installer/cppcheck.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<File Id='Qt5Coredll' Name='Qt5Core.dll' Source='$(var.QtDllDir)\Qt5Core.dll' />
<File Id='Qt5Guidll' Name='Qt5Gui.dll' Source='$(var.QtDllDir)\Qt5Gui.dll' />
<File Id='Qt5Widgetsdll' Name='Qt5Widgets.dll' Source='$(var.QtDllDir)\Qt5Widgets.dll' />
<File Id='Qt5PrintSupportdll' Name='Qt5PrintSupport.dll' Source='$(var.QtDllDir)\Qt5PrintSupport.dll' />
</Component>
<Directory Id='QtPlatformsFolder' Name='platforms'>
<Component Id='QtPlatforms' DiskId='1' Guid='$(var.qtplatformsGUID)'>
Expand Down

0 comments on commit fe41162

Please sign in to comment.