Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Qt 创建一个国际象棋游戏,并使用 OpenGl 创建我的 GUI。我的问题是,当我在调试模式下运行我的程序时它运行良好,但是当我想正常运行它时,它不会绘制任何东西。是dll的问题吗?(顺便说一句,我没有使用 glut)这是我在项目中添加的唯一库:
LIBS += -Opengl32.lib
利用:
LIBS += -L<path to .lib file> \ -lOpengl32
你的.pro语法是错误的。
.pro