From 93ca037b131eb820b00113669683b2aaed4ec7f4 Mon Sep 17 00:00:00 2001 From: kleuter Date: Mon, 4 Dec 2017 14:51:57 +0100 Subject: [PATCH] 5.6.3 configure.bat fix --- 5.6.3/qtbase/configure.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5.6.3/qtbase/configure.bat b/5.6.3/qtbase/configure.bat index 47acf26..9cecf3b 100644 --- a/5.6.3/qtbase/configure.bat +++ b/5.6.3/qtbase/configure.bat @@ -35,7 +35,7 @@ set QTSRC=%~dp0 set QTDIR=%CD% -if not exist %QTSRC%.gitignore goto sconf +::if not exist %QTSRC%.gitignore goto sconf echo Please wait while bootstrapping configure ... for %%C in (cl.exe icl.exe g++.exe perl.exe jom.exe) do set %%C=%%~$PATH:C