configure: define HAVE_QTDBUS for Qt6 on non-Windows

The module itself had already been required anyway, but that wasn't
signalled to the source code.
This commit is contained in:
Moritz Bunkus 2022-11-04 15:13:03 +01:00
parent 20bb32e4c0
commit 95fe2f1f62
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -49,6 +49,7 @@ EOT
if ! test x"$MINGW" = x1; then
qmake_qt_ui="dbus"
AC_DEFINE(HAVE_QTDBUS, 1, [Define if QtDBus is present])
fi
cat > "$qmake_dir/configure_non_gui.pro" <<EOT