From 95fe2f1f622d78ffc0e1c1bcecdb58b125d0841a Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 4 Nov 2022 15:13:03 +0100 Subject: [PATCH] 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. --- ac/qt6.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/ac/qt6.m4 b/ac/qt6.m4 index 12bae812a..8ab89bbdf 100644 --- a/ac/qt6.m4 +++ b/ac/qt6.m4 @@ -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" <