[qtbase] Fix crash on exit when there are pending dbus calls. Contributes to JB#52659
Stop the dbus connection manager thread when the QCoreApplication instance is destroyed so it doesn't attempt to post events to a destroyed event loop in the time between then and the QGlobalStatic atexit cleanup function executing.