编译Windows Mobile 5的Qt应用程序

时间:2009-11-18 15:15:42

标签: c++ qt windows-mobile windows-mobile-5.0

我正在尝试为Windows Mobile 5编译一个小型Qt应用程序。
所以我几乎没有问题:

     
  • 目前我正在使用ubuntu 9.10,我听说过有关交叉编译的一些事情,但我没有找到一个必须要做的真实例子。是否可以从linux编译?
  • 如何在任何地方编译移动应用程序(windows(VS,mingw等),linux(cmake,qmake等))

TNX,

2 个答案:

答案 0 :(得分:2)

要为Windows Mobile 5编译应用程序,您需要:

  • 至少Visual Studio 2005 Standard或Visual Studio 2008 Professional(Microsoft已在专业版中移动了Windows Mobile支持)。

    注意:您无法使用Visual Studio的Express版本为Windows Mobile平台创建应用程序。

  • CeGCC可以从Linux交叉编译。

关于Windows Mobile上的Qt,您应该阅读Dr. Dobb的文章:Qt and Windows CE

答案 1 :(得分:0)

我没有明确的答案,但我不确定是否存在能够做你想做的交叉编译器。

检查有关windows / linux交叉编译器的问题和答案:Building GCC cross compiler (from “Linux” to “Windows”)

我知道你提到Qt,但你也可以查看以下有关使用Mono项目从Linux构建Windows Mobile的帖子。

Mono Faq:Technical(搜索紧凑框架)
Forum posting: dev for Windows Mobile 5(我在上面找到了链接)