On 09/29/2011 01:33 PM, ext Thiago Macieira wrote: > On Thursday, 29 de September de 2011 12:56:12 Samuel Rødal wrote: >> In the Wayland case we might have the same Qt version being used both >> for the Wayland server / compositor and for the Wayland plugins, but >> with different platform plugins, so enforcing the platform plugin at >> configure time won't work. > > Hi Samuel > > I think I'm not understanding you... > > A wayland server has nothing to do with the wayland plugin to lighthouse, > aside from the fact that they speak the same protocol and may be using the > same low-level library. > >> From the Qt API's point of view, especially from QGuiApplication and > QPlatformNativeInterface, the fact that the current application runs a wayland > server is completely irrelevant.
My point was just that the Qt application running a wayland server also needs a platform plugin to run (eglfs, kms, xcb, whatever, even wayland for nested compositors), demonstrating that the same Qt library will in situations be used with different platform plugins by different Qt applications running concurrently. -- Samuel _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
