diff options
author | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2012-09-18 17:24:21 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-09-19 19:54:44 +0200 |
commit | eff0349102aefed4c58a460e42db11d3230a65ac (patch) | |
tree | 185466fa74e9f4592ff0b08c4762e18e2e0f00df /configure.bat | |
parent | f104640fa5fa01a05886ea1b9780f1e5edebb437 (diff) | |
download | qtbase-eff0349102aefed4c58a460e42db11d3230a65ac.tar.gz qtbase-eff0349102aefed4c58a460e42db11d3230a65ac.tar.bz2 qtbase-eff0349102aefed4c58a460e42db11d3230a65ac.zip |
don't require a fake qconfig.h for the configure bootstrap
Change-Id: I3d1224ad19b9e5278e35cf7c5142a29ccb589140
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'configure.bat')
-rw-r--r-- | configure.bat | 8 |
1 files changed, 0 insertions, 8 deletions
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 |