Qt 无法识别 Qt/3D 库

发布于 2024-10-25 03:38:46 字数 138 浏览 0 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

遥远的绿洲 2024-11-01 03:38:46

QGLViewQGLBuilder, QGLCube是在QT 4.8中引入的。您需要更新您的 QT 库。

QGLView, QGLBuilder, QGLCube are introduced in QT 4.8. You need to update your QT library.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文