Qt SDK 版本 1.0 & 1.1版
我从过去两个月开始就为诺基亚 Symbian 开发一个应用程序,诺基亚对我来说是一个新平台,我在 iPhone 开发方面有很好的经验,我开始使用 Qt SDK 1.0,我发现 1.0 对于某些移动设备特别是 UI 来说并不是很好,我刚刚转移到 2011 年 3 月 1 日发布的 Qt SDK 1.1 我经历了 QML (Qt Quick) 我发现它的 UI 体验非常好,最后当我联系 OVi 发布我的应用程序时,OVi 只是拒绝了我的应用程序,因为 Qt SDK 1.1诺基亚 Symbian 设备尚不支持。
我再次回到 Qt SDK 1.0,我使用 QDelearativeView 并使用相同的 QML 结构,它在模拟器上工作正常,但是当我尝试为 Symbian 设备构建它时,我收到错误“没有这样的文件或目录”。
现在我有下面列出的一些问题
1 - 如何修复此错误并将其发布到 OVi 2 - 任何好的出版和出版资源Symbian 设备的签名流程 3 - 预计 Ovi 需要多长时间才能支持 Qt SDK 1.1
提前致谢, 穆罕默德·阿西夫
I am developing an application for Nokia Symbian since last two months, Nokia is a new platform for me I have good experience in iPhone development, I started Qt SDK 1.0 what I found 1.0 was not really good for some mobile device specially in UI, I just moved out to Qt SDK 1.1 released on 1st March 2011 I went through QML (Qt Quick) I found it really good in UI experience, finally when I reach to OVi for publishing my application OVi just refused my application due to Qt SDK 1.1 which is not supported on Nokia Symbian devices yet.
Again I cam back to Qt SDK 1.0 I used QDelearativeView and used same QML structure its working fine on simulator but when I am trying to build it for Symbian device I am getting error "no such file or directory".
Now I have number of questions listed below
1 - How can I fix this error and publish it to OVi
2 - Any good resource for publishing & signed process for Symbian devices
3 - Any expectation how much long Ovi would take to support Qt SDK 1.1
Thanks in advance,
Mohammad Asif
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Qt SDK 1.0 包含不支持 QtDeclarative 的 Qt 4.6.3。 SDK 1.1 Beta 包含 Qt 4.7.2。这就是编译错误的原因。
根据此,您可以在 SDK 1.1 Beta 上构建您的应用程序,将其与当前可用的 Qt Smart Installer 打包并提交。不过,只有在基于 Qt 4.7 的智能安装程序可用时,它才会部署到存储。
对于 Ovi 商店相关问题,我建议您咨询 诺基亚论坛发布到 Ovi 商店论坛。
Qt SDK 1.0 contains Qt 4.6.3 which doesn't support QtDeclarative. SDK 1.1 Beta contains Qt 4.7.2. That's the reason for compilation error.
According to this, you could build your app on SDK 1.1 Beta, package it with the currently available Qt Smart Installer and submit it. Though it will only be deployed to store once Qt 4.7 based Smart Installer is available.
For Ovi Store related questions I suggest you consult Forum Nokia's Publishing to Ovi Store forum.