Fix Qt build (#17397)

Related to #17346
This commit is contained in:
Viačasłaŭ 2025-01-12 16:21:27 +03:00 committed by GitHub
parent f309266422
commit 1039db7bf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -304,11 +304,11 @@ if [ "$HAVE_QT" != 'no' ]; then
check_enabled QT6NETWORK QT Qt 'Qt6Network is' user
#check_enabled QT6WEBENGINE QT Qt 'Qt6Webengine is' user
if [ "$HAVE_QT6CORE" == 'yes' ] && \
[ "$HAVE_QT6GUI" == 'yes' ] && \
[ "$HAVE_QT6WIDGETS" == 'yes' ] && \
[ "$HAVE_QT6CONCURRENT" == 'yes' ] && \
[ "$HAVE_QT6NETWORK" == 'yes' ]
if [ "$HAVE_QT6CORE" = 'yes' ] && \
[ "$HAVE_QT6GUI" = 'yes' ] && \
[ "$HAVE_QT6WIDGETS" = 'yes' ] && \
[ "$HAVE_QT6CONCURRENT" = 'yes' ] && \
[ "$HAVE_QT6NETWORK" = 'yes' ]
then
HAVE_QT6='yes'
add_define MAKEFILE HAVE_QT6 1