10

我不熟悉 Qt 或Google Native Client。是否可以将 TRIVIAL Qt 控制台应用程序移植到 Google Native Client?我知道会涉及一些工作。但问题是,如果可能的话,多少钱?

4

5 回答 5

7

一位 Qt 开发人员设法让一些 Qt 示例在 Native Client 下运行:http: //blog.qt.io/blog/2009/12/17/take-it-with-a-grain-of-salt/

于 2009-12-18T11:32:57.333 回答
4

Qt 现在有一个官方的 Native Client SDK:

http://qt-project.org/wiki/Qt_for_Google_Native_Client

于 2013-01-22T05:07:52.520 回答
3

Qt for Google Native Client Preview 也在此处更新:http: //qt-project.org/wiki/Qt_for_Google_Native_Client

于 2010-07-07T09:49:33.167 回答
2

由于您不能使用系统调用,因此您基本上需要将 Qt 移植到新的操作系统(即 Native Client)。这将是很多工作 - 祝你好运!

于 2009-08-06T17:13:23.450 回答
0

对于那些对使用 Qt 和 NaCl 感兴趣的人,我制作了一个包含使用 NaCl 编译的 Qt 的 Docker 映像:

链接到 Docker 映像

您只需要按照说明编译您的应用程序。

还有一段视频展示了用 NaCl 编译 Qt 的过程。在这个视频的最后,有一个例子:

链接到使用 NaCl 编译的 Qt 视频

希望这有帮助

于 2015-11-04T17:52:04.137 回答