QT SDK 用の QMYSQL プラグインをビルドしようとしていますが、qmake を実行すると (正常に実行されました)、C に配置した MySQL win32 ファイルを使用します:- nmake を実行しようとすると、次のエラーが発生しました。
rc is not recognized as an internal or external command, operable program or batch file -I guess it refers to the qsqlmysqld_resource.rc file here-
NMAKE: fatal error U1077: 'rc': return code 0x1
Stop.
NMAKE: fatal error U1077: C:\Program Files(x86)\Microsoft Visual Studio 10.0\VC\bin\nmake.exe return code 0x2
Stop.
これの原因は何ですか?