Qt 6 check: add missing "Checking for Qt 6" message

This commit is contained in:
Moritz Bunkus 2021-05-30 14:33:05 +02:00
parent 5df94b0387
commit 7be2231690
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -163,6 +163,7 @@ return 0;
fi
AC_DEFINE(HAVE_QT, 1, [Define if Qt is present])
AC_MSG_CHECKING(for Qt 6)
AC_MSG_RESULT(yes)
have_qt6=yes
USE_QT=yes