I'm not familiar with Qt or with Google Native Client. Is it possible for a TRIVIAL Qt console application to be ported to Google Native Client? I understand that some work would be involved. But the question is, how much if it's even possible?
+2
A:
Since you can't use system calls, you'd need to essentially port Qt to a new OS (ie, Native Client). This'll be a lot of work - good luck!
bdonlan
2009-08-06 17:13:23
+4
A:
A Qt developer has managed to get some Qt examples running under Native Client: http://labs.trolltech.com/blogs/2009/12/17/take-it-with-a-grain-of-salt/
Mark Seaborn
2009-12-18 11:32:57
+2
A:
Qt for Google Native Client Preview also updated here: http://labs.trolltech.com/blogs/2010/06/25/qt-for-google-native-client-preview/
Mason Chang
2010-07-07 09:49:33