From 077ea0c63326013ff6d9c85e59b322ffc2ec278c Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 1 Oct 2020 12:22:50 +0200 Subject: configure: add -qmake argument This option configures Qt with the qmake-based build system. Currently, this is the default, so this option is a no-op until the default switches to CMake. Task-number: QTBUG-87049 Change-Id: I56f3080a4f1423788ffb743287a7b2e67a8e2cc4 Reviewed-by: Alexandru Croitor --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 328a9e72e7..c104e2534a 100755 --- a/configure +++ b/configure @@ -558,6 +558,9 @@ while [ "$#" -gt 0 ]; do cmake) BUILD_WITH_CMAKE=yes ;; + qmake) + BUILD_WITH_CMAKE=no + ;; redo) if [ -f ${outpathPrefix}config.opt ]; then if grep -e ^-cmake <${outpathPrefix}config.opt >/dev/null 2>&1; then -- cgit v1.2.3