作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试编译QtMobility的示例之一hapticsplayer,但我什至无法编译,因为编译器找不到Qt Mobility的 header 。
由于这是Qt SDK附带的示例之一,因此我假设有关项目配置/源/等的所有内容。是正确的。因此,我必须在我的Qt安装中缺少Qt Mobility 或类似的东西。
这是维护Qt SDK的软件包管理器的屏幕截图:
在这里,我粘贴了编译器错误:
In file included from ..\hapticsplayer\hapticsplayer.cpp:41:
..\hapticsplayer\/hapticsplayer.h:41:29: error: qmobilityglobal.h: No such file or directory
..\hapticsplayer\/hapticsplayer.h:45:31: error: qfeedbackactuator.h: No such file or directory
..\hapticsplayer\/hapticsplayer.h:46:29: error: qfeedbackeffect.h: No such file or directory
In file included from ..\hapticsplayer\hapticsplayer.cpp:41:
..\hapticsplayer\/hapticsplayer.h:53: error: expected constructor, destructor, or type conversion before 'class'
最佳答案
我发现了问题-这是因为我选择了构建目标。
我一直在为Symbian Anna进行构建,但是当我转向为Symbian S60进行构建(无论如何,这实际上是我要构建的目标)时,该项目就成功编译了。在创建新项目时默认选择了Symbian Anna,这就是为什么我为它而不是S60为其构建。
关于c++ - qmobilityglobal.h : No such file or directory,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16134683/
我是一名优秀的程序员,十分优秀!