在 BB10 应用程序开发的 cpp 文件中包含 <QtNetwork> 时出错
Posted
技术标签:
【中文标题】在 BB10 应用程序开发的 cpp 文件中包含 <QtNetwork> 时出错【英文标题】:Error in inclusion of <QtNetwork> in cpp file of a BB10 app development 【发布时间】:2013-04-15 05:09:45 【问题描述】:我目前正在开发 BB10 应用程序。
我正在试用 Blackberry 的开发者门户中提供的一些演示应用程序。
我目前正在开发基于HTTP Communication 的应用程序。
当我构建项目时,它给出了一个错误
fatal error: QtNetwork: No such file or directory
.
还在 cpp 文件中在包含声明 #include <QtNetwork>
前面给出 ?
说 Unresolved Inclusion : <QtNetwork>
谁能帮我解决这个问题?
【问题讨论】:
【参考方案1】:QtNetwork 是一个模块,而不是要导入的类。以写为例:
#include <QNetworkAccessManager>
【讨论】:
以上是关于在 BB10 应用程序开发的 cpp 文件中包含 <QtNetwork> 时出错的主要内容,如果未能解决你的问题,请参考以下文章