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
