如何解决Qt中无法识别QContact.h错误
在我们的 Qt 应用程序中,我们想要使用电话簿中的联系人。问题是 QContact.h 无法识别。可能是什么问题?谢谢
In our Qt application we want to use contacts from the phonebook. the problem is that QContact.h is not recognized. what might be the problem? Thanx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要使用与 Qt 的联系,我认为您正在使用 QtMobility。你设置了*.pro吗?这通常是因为您没有设置 *.pro 文件来使用 QtMobility。
您应该查看本教程: http://doc.qt.nokia.com/qtmobility/示例电话簿.html
To use contact with Qt I think you are using QtMobility. Have you set the *.pro? It is often because you didn't set the *.pro file to use QtMobility.
You should look at this tutorial: http://doc.qt.nokia.com/qtmobility/samplephonebook.html