tags:

views:

455

answers:

3

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
+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
+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