summaryrefslogtreecommitdiffstats
path: root/configure.bat
diff options
context:
space:
mode:
Diffstat (limited to 'configure.bat')
-rw-r--r--configure.bat8
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