Skip to content

Commit e857457

Browse files
committed
Windows Installer: Added Qt5Charts.dll
1 parent ee856ca commit e857457

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

win_installer/cppcheck.wxs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
<File Id='Qt5Guidll' Name='Qt5Gui.dll' Source='$(var.QtDllDir)\Qt5Gui.dll' />
3939
<File Id='Qt5Widgetsdll' Name='Qt5Widgets.dll' Source='$(var.QtDllDir)\Qt5Widgets.dll' />
4040
<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?>
4144
</Component>
4245
<Directory Id='QtPlatformsFolder' Name='platforms'>
4346
<Component Id='QtPlatforms' DiskId='1' Guid='$(var.qtplatformsGUID)'>

0 commit comments

Comments
 (0)