From eff0349102aefed4c58a460e42db11d3230a65ac Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 18 Sep 2012 17:24:21 +0200 Subject: don't require a fake qconfig.h for the configure bootstrap Change-Id: I3d1224ad19b9e5278e35cf7c5142a29ccb589140 Reviewed-by: Joerg Bornemann --- configure.bat | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configure.bat') diff --git a/configure.bat b/configure.bat index 1b6f6caed8..b8bbf29fe7 100644 --- a/configure.bat +++ b/configure.bat @@ -61,14 +61,6 @@ if not exist include ( if errorlevel 1 goto exit ) -if not exist src\corelib\global\qconfig.h ( - if not exist src\corelib\global ( - md src\corelib\global - if errorlevel 1 goto exit - ) - echo /* Generated by configure.bat - DO NOT EDIT! */ > src\corelib\global\qconfig.h -) - if not exist tools\configure ( md tools\configure if errorlevel 1 goto exit -- cgit v1.2.3