Blame SOURCES/qtbase-allow-dbus-not-running-during-build.patch

b5e7a8
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
b5e7a8
index fbd89e40..722281c1 100644
b5e7a8
--- a/tests/auto/auto.pro
b5e7a8
+++ b/tests/auto/auto.pro
b5e7a8
@@ -37,7 +37,7 @@ else:!qtConfig(process):                    SUBDIRS -= tools
b5e7a8
 !cross_compile:qtHaveModule(dbus) {
b5e7a8
     !system("dbus-send --session --type=signal / local.AutotestCheck.Hello >$$QMAKE_SYSTEM_NULL_DEVICE 2>&1") {
b5e7a8
         qtConfig(dbus-linked): \
b5e7a8
-            error("QtDBus is enabled but session bus is not available. Please check the installation.")
b5e7a8
+            warning("QtDBus is enabled but session bus is not available. Please check the installation.")
b5e7a8
         else: \
b5e7a8
             warning("QtDBus is enabled with runtime support, but session bus is not available. Skipping QtDBus tests.")
b5e7a8
         SUBDIRS -= dbus