From 081b5398f874d952637c278264c0f80139a8b08b Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 11 Mar 2021 14:51:13 +0100 Subject: Remove the -qmake and -cmake configure arguments Qt is built with CMake since 6.0 and the QMake build system was removed in 6.1. It's time to remove the -cmake and -qmake configure arguments for Qt 6.2. Fixes: QTBUG-88286 Change-Id: Ie726ec364ded025f8d93bd69b469561a6ae40aa9 Reviewed-by: Alexandru Croitor --- configure.bat | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'configure.bat') 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%" -- cgit v1.2.3