我已经为Windows重新编译了带有集成dbus的Qt。此外,我还实现了一个QtService应用程序,它在系统总线上注册了一个服务和一个对象,如下所示:QDBusConnection::systemBus().registerService("com.mycompany.Configuration");QDBusConnection::systemBus().registerObject("/com/mycompany/Configuration/MySetting",myObject);现在,当我使用-e参数运行服务应用程序(作为常规应用程序运行)时,它工作正常并且dbus-mon