From a95d9e844f763b7c7378a34e5f138914fb990477 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sat, 9 Dec 2023 20:30:40 +0100 Subject: [PATCH] configure: Qt6 detection: trash qmake's info messages --- ac/qt6.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ac/qt6.m4 b/ac/qt6.m4 index 417fc2cdb..f6dd9c7ad 100644 --- a/ac/qt6.m4 +++ b/ac/qt6.m4 @@ -66,7 +66,7 @@ EOT old_wd="$PWD" cd "$qmake_dir" - "$QMAKE6" -makefile -nocache $QMAKE_SPEC configure_non_gui.pro 2>&5 + "$QMAKE6" -makefile -nocache $QMAKE_SPEC configure_non_gui.pro 2>&5 > /dev/null result=$? if test $result = 0; then @@ -90,7 +90,7 @@ HEADERS = configure.h SOURCES = configure.cpp EOT - "$QMAKE6" -makefile -nocache $QMAKE_SPEC configure.pro 2>&5 + "$QMAKE6" -makefile -nocache $QMAKE_SPEC configure.pro 2>&5 > /dev/null result2=$? if test $result2 != 0; then @@ -115,7 +115,7 @@ HEADERS = configure.h SOURCES = configure.cpp EOT - "$QMAKE6" -makefile -nocache $QMAKE_SPEC configure.pro 2>&5 + "$QMAKE6" -makefile -nocache $QMAKE_SPEC configure.pro 2>&5 > /dev/null result2=$? if test $result2 = 0; then