Hi, It is now no longer necessary to configure Qt 5 with -qpa; the conditionals in the code and the .pro-files have been removed.
As mentioned in a previous mail, there are some sections within #if Q_WS_XX left over in the code, which should replaced or removed with some care. In non-GUI-code, they can usually replaced by the respective Q_OS_XX symbols. Gui-related code should use the QPlatformNativeInterface or QPlatformIntegration to obtain the required information (pending the adding of some getters). Regards, Friedemann -- Friedemann Kleint Nokia, Qt Development Frameworks _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
