开发者

Qt Not Recognizing Qt/3D Libraries

开发者 https://www.devze.com 2023-02-19 06:31 出处:网络
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 开发者_JAVA技巧+= opengl already. Some of wha

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 开发者_JAVA技巧+= opengl already. Some of what I am trying to #include are: QGLView, QGLBuilder, and QGLCube.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消