Default to cmake when building Qt
People that insist on qmake builds of Qt can configure with -qmake Task-number: QTBUG-87049 Change-Id: I5729b654d4c8b9c6b526234ba5563aff8fd750e1 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
6886b11625
commit
ba7ef28ea9
2
configure
vendored
2
configure
vendored
@ -404,7 +404,7 @@ OPT_VERBOSE=no
|
||||
OPT_HELP=
|
||||
CFG_SILENT=no
|
||||
CFG_DEV=no
|
||||
BUILD_WITH_CMAKE=no
|
||||
BUILD_WITH_CMAKE=yes
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# parse command line arguments
|
||||
|
@ -69,7 +69,7 @@ exit /b 1
|
||||
set SYNCQT=
|
||||
set PLATFORM=
|
||||
set MAKE=
|
||||
set CMAKE=
|
||||
set CMAKE=true
|
||||
call :doargs %ARGS%
|
||||
if errorlevel 1 exit /b
|
||||
goto doneargs
|
||||
@ -156,7 +156,7 @@ goto doneargs
|
||||
goto nextarg
|
||||
|
||||
:qmake
|
||||
set CMAKE=
|
||||
set CMAKE=false
|
||||
goto nextarg
|
||||
|
||||
:doneargs
|
||||
|
Loading…
Reference in New Issue
Block a user