On quinta-feira, 1 de agosto de 2013 12:16:37, Fricot, Daniel wrote:
> 1. Why is it kept in the sources but is never included in the Windows
> binaries? (I know it was originally Linux-only, but wouldn't it be great if
> - just as most of the Qt stuff - it was cross-platform out of the box?
>
1 - DBus is a linux framework for IPC.
While it's been ported to windows to ease porting of linux applications to
windows, it's not the native way to do IPC there.
Most windows machines won't have the DBus libraries / headers installed to
compile & run QtDBus against.
2 - unknown, we don't routin
Dear team,
Most of our Qt projects are Linux based and use DBus. We now have a project on
Windows 7. To reuse our code, we are investigating the use of DBus on Windows.
As QtDBus is not part of the Qt 5.1 Windows binaries, I managed to get
everything build from source - including QtDBus.
I have