@jsulm
Dbus in enabled in config.summary, also it has rules to build in src/Makefile, src/dbus/Makefile, and it built successfully in 95% cases on CI.
Qt modules and options:
Qt Concurrent .......................... yes
Qt D-Bus ............................... yes
Qt D-Bus directly linked to libdbus .... yes
Qt Gui ................................. yes
Qt Network ............................. yes
Qt Sql ................................. yes
Qt Testlib ............................. yes
Qt Widgets ............................. yes
Qt Xml ................................. yes
If I disable Dbus, than makefile does not have dependenly:
lib/libQt5ThemeSupport.a: libQt5Dbus.a
But when Dbus is enable, we have a race.