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.
、、、を実行するqmake -projectとqmake、デバッグ情報がないため、デバッグできません。オプションのようなものが必要です。デバッグ情報を含む実行可能ファイルを作成するには?makegdb my_executableg++ -g
qmake -project
qmake
make
gdb my_executable
g++ -g
qmakeそして。qmake CONFIG+=debug_ makedebiging シンボルを含むバイナリを取得するには。
qmake CONFIG+=debug