Skip to content

Commit

Permalink
Add Qt5Svg to Windows installer (fix #2721)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Jun 19, 2022
1 parent a973b52 commit 46c4ffd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/windows-setup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,10 @@ Source: "{#QtDir}\Qt5OpenGL.dll"; DestDir: "{app}"; Flags: ignorev
Source: "{#QtDir}\Qt5PrintSupport.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#QtDir}\Qt5Qml.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#QtDir}\Qt5Sql.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#QtDir}\Qt5Svg.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#QtDir}\Qt5Widgets.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#QtDir}\Qt5Xml.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#QtDir}\Qt5WinExtras.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#QtDir}\Qt5Xml.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#BuildDir}\crash-reporter\languages\ChineseSimplified.qm"; DestDir: "{app}\crashreporter"; Flags: ignoreversion
Source: "{#BuildDir}\crash-reporter\languages\English.qm"; DestDir: "{app}\crashreporter"; Flags: ignoreversion
Source: "{#BuildDir}\crash-reporter\languages\French.qm"; DestDir: "{app}\crashreporter"; Flags: ignoreversion
Expand Down

0 comments on commit 46c4ffd

Please sign in to comment.