Skip to content

Commit

Permalink
AppVeyor: fix missing Qt5Sql.dll
Browse files Browse the repository at this point in the history
Signed-off-by: William Bonnaventure <[email protected]>
  • Loading branch information
Aztorius committed Jul 29, 2017
1 parent cf892e4 commit f430d8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ Source: "MagicFountain-release\libwinpthread-1.dll"; DestDir: "{app}"; Flags: ig
Source: "MagicFountain-release\opengl32sw.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "MagicFountain-release\Qt5Core.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "MagicFountain-release\Qt5Gui.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "MagicFountain-release\Qt5Sql.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "MagicFountain-release\Qt5Svg.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "MagicFountain-release\Qt5Widgets.dll"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
Expand Down

0 comments on commit f430d8d

Please sign in to comment.