summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-10-23 15:37:57 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-11-02 15:36:13 +0000
commitba7ef28ea90b9eb490ebe4e10983105c5b66ce7f (patch)
tree3b69791a5a71f0b0a12fb5a90127d5ff3adc2b79 /configure
parent6886b11625b4334ce0eea5fd2a988b73db0f65d0 (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c104e2534a..073f2a1b3a 100755
--- a/configure
+++ b/configure
@@ -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