From 7f5bdb9cbb989a22eb25c9c52e1e61d6c275cb56 Mon Sep 17 00:00:00 2001 From: Guy Scharf Date: Wed, 26 Jan 2022 13:40:02 -0700 Subject: [PATCH] Fixes #326: Update Windows Buildall.bat script to QT 5.12.12 And test Mantis integration! --- Building/Windows/buildall.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building/Windows/buildall.bat b/Building/Windows/buildall.bat index 8f2e0140..2dcf6715 100644 --- a/Building/Windows/buildall.bat +++ b/Building/Windows/buildall.bat @@ -2,7 +2,7 @@ setlocal :::@echo off ::: You must set these paths to your QT configuration set qtpath=E:\Qt -set qtVersion=5.12.8 +set qtVersion=5.12.12 ::: ::: Build 32- and 64-bit versions of OSCAR for Windows.