Qt for Native Client
Unsolved
General and Desktop
-
After reading the blog post about Qt for Native Client and seeing the talk on Youtube from Qt World Summit '15 about it, I wanted to try it out but am having problems getting a simple example to work. I'm not exactly sure how to convert a Qt Widgets example to work with Native Client. It seems the only thing to change is to use Q_GUI_MAIN instead main() with very little else needed (see about 30:30 in the Youtube video above). Anyone have any experience using Native Client for a Qt Widgets/C++ application? One of Qt's examples converted to use Native Client would be great; it looks like only a QtQuick example has been created.