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