summaryrefslogtreecommitdiff
path: root/installer.iss
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2017-08-01 23:20:55 -0500
committerJohn Fultz <jfultz@wolfram.com>2017-08-02 00:27:47 -0500
commit67059305e164f3b741c36d4e0ac22022c9b79901 (patch)
tree7f9a62443c0283c58e4353fa38e41ef95bcf264a /installer.iss
parent6684280feec74fa4c58066cf8e667b5f19a717c7 (diff)
More Qt5 changes and cleanups.
Now builds on Qt 5.9.1, and works on Mac, Windows, Linux.
Diffstat (limited to 'installer.iss')
-rw-r--r--installer.iss7
1 files changed, 3 insertions, 4 deletions
diff --git a/installer.iss b/installer.iss
index 96a987f..b28256a 100644
--- a/installer.iss
+++ b/installer.iss
@@ -23,10 +23,9 @@ Root: HKCR; Subkey: "QuackleGameFile\shell\open\command"; ValueType: string; Val
[Files]
Source: "quacker\release\Quackle.exe"; DestDir: "{app}"
Source: "LICENSE"; DestDir: "{app}"
-Source: "QtCore4.dll"; DestDir: "{app}"
-Source: "QtGui4.dll"; DestDir: "{app}"
-Source: "msvcp120.dll"; DestDir: "{app}"
-Source: "msvcr120.dll"; DestDir: "{app}"
+Source: "Qt5Core.dll"; DestDir: "{app}"
+Source: "Qt5Gui.dll"; DestDir: "{app}"
+Source: "Qt5Widgets.dll"; DestDir: "{app}"
Source: "data\themes\*"; DestDir: "{app}\data\themes"
Source: "data\alphabets\*"; DestDir: "{app}\data\alphabets"