远程编译 PhoneGap Symbian (Qt) 失败?
新的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
连接到远程编译器。
遇到的构建错误的屏幕截图
(但在 1.1.2experimental 中遇到了相同的错误...)
Connection works to the remote compiler.
Here is a screen grab of the build errors I get with
(but got the same errors with 1.1.2experimental...)
使用 QtCreator 和远程编译器也有同样的问题,但不使用 Phone Gap。我认为这更像是 Mac OS X 的事情。丢失的目录是否在
.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
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.