Qt 无法识别 Qt/3D 库
Qt 无法识别我正在使用的 Qt/3d。我有 QT Creator 4.7,不知道问题是否应该包含在我的 .pro 文件中。我已经有 QT += opengl 了。我尝试 #include 的一些内容是:QGLView、QGLBuilder 和 QGLCube。
Qt is not recognizing the Qt/3d i am using. I have QT Creator 4.7, and do not know if the problem is something i should include in my .pro file. I have QT += opengl already. Some of what I am trying to #include are: QGLView, QGLBuilder, and QGLCube.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
QGLView,QGLBuilder, QGLCube是在QT 4.8中引入的。您需要更新您的 QT 库。
QGLView, QGLBuilder, QGLCube are introduced in QT 4.8. You need to update your QT library.