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. When configure allows you to enable other qpa platform plugins then this message will be changed. -- 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
