Hi Simon. The conflict happens in a dozen files in qtbase/src/dbus/ and qttools/src/qdbus.
I just wrote my mail so other can save the time i spend on figuring out what is wrong with the new qt version. As I wrote in another mail, for wince bus should be set to no by default, as it was before ( because it was no for windows but is runtime now, when no bus headers are found) I know of no working dbus for wec2013 and i don’t need it either. Regards, Gunnar > Am 21.12.2015 um 22:22 schrieb Hausmann Simon > <[email protected]>: > > We ran into similar issues in a few places and the established workaround is > a carefully placed #undef interface. Would you be able to tell us where the > conflict happened or maybe even make a patch? (see qtnetwork for a similar > #undef) > > > Simon > > From: Gunnar Roth > Sent: Monday, December 21, 2015 17:44 > To: [email protected] > Subject: [Development] wec2013 build fails with qt 5.6 beta in dbus. > > Hi, > the problem is that dbus is set to runtime instead of no for windows from > configure when no dbus support is found. So it is being tried to build it, > which fails, > mostly due to using 'interface' as identifier, which seems to be a define > somewhere in the wec2013 headers. I wil add -no-dbus to my configure line. > > I assume there is no ci in place for wec2013? > > Regards, > Gunnar > > >
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
