We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef98ef commit fe41162Copy full SHA for fe41162
win_installer/cppcheck.wxs
@@ -37,6 +37,7 @@
37
<File Id='Qt5Coredll' Name='Qt5Core.dll' Source='$(var.QtDllDir)\Qt5Core.dll' />
38
<File Id='Qt5Guidll' Name='Qt5Gui.dll' Source='$(var.QtDllDir)\Qt5Gui.dll' />
39
<File Id='Qt5Widgetsdll' Name='Qt5Widgets.dll' Source='$(var.QtDllDir)\Qt5Widgets.dll' />
40
+ <File Id='Qt5PrintSupportdll' Name='Qt5PrintSupport.dll' Source='$(var.QtDllDir)\Qt5PrintSupport.dll' />
41
</Component>
42
<Directory Id='QtPlatformsFolder' Name='platforms'>
43
<Component Id='QtPlatforms' DiskId='1' Guid='$(var.qtplatformsGUID)'>
0 commit comments