summaryrefslogtreecommitdiffstats
path: root/configure.bat
diff options
context:
space:
mode:
Diffstat (limited to 'configure.bat')
-rw-r--r--configure.bat13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.bat b/configure.bat
index 43ecea2bea..640051f750 100644
--- a/configure.bat
+++ b/configure.bat
@@ -75,12 +75,6 @@ goto doneargs
if /i "%~1" == "-redo" goto redo
if /i "%~1" == "--redo" goto redo
- if /i "%~1" == "-cmake" goto cmake
- if /i "%~1" == "--cmake" goto cmake
-
- if /i "%~1" == "-qmake" goto qmake
- if /i "%~1" == "--qmake" goto qmake
-
:nextarg
shift
goto doargs
@@ -108,13 +102,6 @@ goto doneargs
echo No config.opt present - cannot redo configuration. >&2
exit /b 1
-:cmake
- goto nextarg
-
-:qmake
- echo ERROR: You cannot configure Qt 6 with qmake anymore. >&2
- exit /b 1
-
:doneargs
cd "%TOPQTDIR%"