远程编译 PhoneGap Symbian (Qt) 失败?

发布于 2024-10-15 09:34:58 字数 232 浏览 3 评论 0原文

新的 QtCreator 2.0.1 具有新的远程编译工具,允许在 Mac 和 Linux 主机上构建 Symbian Qt 应用程序。

不幸的是,phonegap Symbian/Qt 的代码删除不远程编译。

有什么想法吗?

The new QtCreator 2.0.1 has new remote-compilation facilities that allow building of Symbian Qt apps on Mac and Linux hosts.

Unfortunately, the phonegap code drop for Symbian/Qt doesn't remote-compile.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

南…巷孤猫 2024-10-22 09:34:58

连接到远程编译器。

遇到的构建错误的屏幕截图

  • 这是我使用Qt Creator 2.0.1
  • OSX 10.6.7
  • Qt 4.6.3 和 Mobilitu 1.0.2 - S60 第五版发布时
    (但在 1.1.2experimental 中遇到了相同的错误...)
  • 今天从 Git 克隆的 PhoneGap Qt

在此处输入图像描述

Connection works to the remote compiler.

Here is a screen grab of the build errors I get with

  • Qt Creator 2.0.1
  • OSX 10.6.7
  • Qt 4.6.3 with Mobilitu 1.0.2 - S60 5th edition release
    (but got the same errors with 1.1.2experimental...)
  • PhoneGap Qt cloned today from Git

enter image description here

私野 2024-10-22 09:34:58

使用 QtCreator 和远程编译器也有同样的问题,但不使用 Phone Gap。我认为这更像是 Mac OS X 的事情。丢失的目录是否在

symbian {
...
}

.pro 文件的范围内?最简单的“修复”是将其从该范围块中拉出,除非您交叉编译到其他平台并且需要单独的源目录。

Having this same issue with QtCreator and the Remote Compiler, but not using Phone Gap. I think this is more a Mac OS X thing. Is the missing directory within a

symbian {
...
}

scope in your .pro file? Easiest 'fix' is to pull it out of that scope block, unless you are cross compiling to other platforms and need separate source directories.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文