From 01280c7450aa7c36a576bee6f6935ee968ab4819 Mon Sep 17 00:00:00 2001 From: Guy Scharf Date: Mon, 20 Apr 2020 20:49:15 -0700 Subject: [PATCH] Update Windows build instructions and buildall.bat for QT 5.12.8 --- Building/Windows/BUILD-WIN.md | 24 +++++++++++------------- Building/Windows/buildall.bat | 2 +- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/Building/Windows/BUILD-WIN.md b/Building/Windows/BUILD-WIN.md index b6b96469..143ac80a 100644 --- a/Building/Windows/BUILD-WIN.md +++ b/Building/Windows/BUILD-WIN.md @@ -15,7 +15,7 @@ The following programs and files are required to create Windows installers: - Gawk is required. You can use the version included with Git for Windows or install Gawk for Windows from . The deployment batch file will use the Git for Windows version if gawk.exe is not in your PATH. -- QT Open Source edition from . I use version 5.12.5. More recent versions in the 5.12 series should also work. +- QT Open Source edition from . I use the latest patch version in the 5.12 LTS series -- version 5.12.8 at the date this was last updated. More recent versions in the 5.12 series should also work. **Installing Inno Setup 6** @@ -61,21 +61,19 @@ Go to QT at and download the Open Source edition of - Select components: - - In QT 5.12.5: + - In QT 5.12.*x*: - MinGW 7.3.0 32-bit - - - MinGW 7.3.0 64-bit +- MinGW 7.3.0 64-bit + - Sources + - QT Debug Information Files - - Sources - - - In Developer and Designer Tools: - - - QT Creator 4.10.0 CDB Debug - - - MinGW 7.3.0 32-bit - - - MinGW 7.3.0 64-bit +- In Developer and Designer Tools: + + - QT Creator 4.11.2 CDB Debug + - Debugging Tools for Windows + - MinGW 7.3.0 32-bit + - MinGW 7.3.0 64-bit And complete the installation (this also takes a while). diff --git a/Building/Windows/buildall.bat b/Building/Windows/buildall.bat index 56430110..4e2b41a2 100644 --- a/Building/Windows/buildall.bat +++ b/Building/Windows/buildall.bat @@ -1,7 +1,7 @@ setlocal :::@echo off set qtpath=E:\Qt -set qtVersion=5.12.5 +set qtVersion=5.12.8 ::: ::: Build 32- and 64-bit versions of OSCAR for Windows.