We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee856ca commit e857457Copy full SHA for e857457
1 file changed
win_installer/cppcheck.wxs
@@ -38,6 +38,9 @@
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
+ <?if $(var.Platform) = x64 ?>
42
+ <File Id='Qt5Chartsdll' Name='Qt5Charts.dll' Source='$(var.QtDllDir)\Qt5Charts.dll' />
43
+ <?endif?>
44
</Component>
45
<Directory Id='QtPlatformsFolder' Name='platforms'>
46
<Component Id='QtPlatforms' DiskId='1' Guid='$(var.qtplatformsGUID)'>
0 commit comments