summaryrefslogtreecommitdiffstats
path: root/configure.bat
diff options
context:
space:
mode:
Diffstat (limited to 'configure.bat')
-rw-r--r--configure.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.bat b/configure.bat
index 8323f9ec85..d90ebd150d 100644
--- a/configure.bat
+++ b/configure.bat
@@ -100,6 +100,9 @@ goto doneargs
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
@@ -152,6 +155,10 @@ goto doneargs
set CMAKE=true
goto nextarg
+:qmake
+ set CMAKE=
+ goto nextarg
+
:doneargs
if "%CMAKE%" == "true" goto cmake