It is possible to create the application outside the main thread, however you should make sure not to initialize any QThread objects (or other QObject instances) before the QApplication object is up. I have seen this (on desktop) when a QThread is started before the QApplicaiton is created. I hope that helps.
Kind regards. On Fri, Dec 2, 2016 at 10:25 PM, Jason H <jh...@gmx.com> wrote: > I OpenGLRenderer: Initialized EGL, version 1.4 > W : (null):0 ((null)): WARNING: QApplication was not created in > the main() thread. > > What's the significance of that warning on Android? I don't think it's > possible to create it in the main() thread? > _______________________________________________ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest >
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest