On 10/14/2011 10:46 AM, ext Lincoln Ramsay wrote: > On 10/13/2011 11:47 PM, ext Harri Porten wrote: >> On Thu, 13 Oct 2011, Samuel Rødal wrote: >> >>> Nope, it simply means that you explicitly have to pass both -no-xcb and >>> -no-wayland to configure if you don't want those plugins. >> >> Then the error message should be rephrased as it said: >> >> "Doing this will produce a Qt that cannot run GUI applications." > > qtbase/src/plugins/platorms/platforms.pro does not attempt to build > anything other than xcb so if you run configure; make; make install > you'll have a build that can't use GUI apps.
And for reference, the bug that cause this fix to be made is here: https://bugreports.qt.nokia.com/browse/QTBUG-21486 I realize that you can build the X11 platform plugin after you've built Qt and if you do this, you'll be able to run GUI apps again but the extra steps required for this won't be obvious to the average user who doesn't have the xcb dependencies installed. > When configure allows you to enable other qpa platform plugins then this > message will be changed. The bug report for this is here: https://bugreports.qt.nokia.com/browse/QTBUG-21881 -- Lincoln Ramsay - Senior Software Engineer Qt Development Frameworks, Nokia - http://qt.nokia.com/ _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
