configure: Qt6: hide qmake errors about missing modules when probing

This commit is contained in:
Moritz Bunkus 2023-02-08 20:05:56 +01:00
parent be03a25a0b
commit 322510a661
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -81,7 +81,7 @@ HEADERS = configure.h
SOURCES = configure.cpp
EOT
"$QMAKE6" -makefile -nocache configure.pro > /dev/null
"$QMAKE6" -makefile -nocache configure.pro > /dev/null 2> /dev/null
result2=$?
if test $result2 != 0; then