X Tutup
Skip to content

Commit fe41162

Browse files
committed
Added Qt5PrintSupport.dll to installer
1 parent eef98ef commit fe41162

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

win_installer/cppcheck.wxs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<File Id='Qt5Coredll' Name='Qt5Core.dll' Source='$(var.QtDllDir)\Qt5Core.dll' />
3838
<File Id='Qt5Guidll' Name='Qt5Gui.dll' Source='$(var.QtDllDir)\Qt5Gui.dll' />
3939
<File Id='Qt5Widgetsdll' Name='Qt5Widgets.dll' Source='$(var.QtDllDir)\Qt5Widgets.dll' />
40+
<File Id='Qt5PrintSupportdll' Name='Qt5PrintSupport.dll' Source='$(var.QtDllDir)\Qt5PrintSupport.dll' />
4041
</Component>
4142
<Directory Id='QtPlatformsFolder' Name='platforms'>
4243
<Component Id='QtPlatforms' DiskId='1' Guid='$(var.qtplatformsGUID)'>

0 commit comments

Comments
 (0)
X Tutup