I run this:<div>python configure.py --verbose -w</div><div>output:</div><div>C:\Qt\5.1.0\mingw48_32\bin\qmake.exe -spec win32-msvc2008 -o qtdetail.mk qtdetail.pro</div><div>nmake -f qtdetail.mk release</div><div><br></div><div>It failed. I use mingw, so it should be "<span style="font-family: Arial, Helvetica, simsun, u5b8bu4f53; line-height: 25px;">mingw32-make -f qtdirs.mk release</span><span style="line-height: 1.5;">" not "</span><span style="line-height: 1.5;">nmake -f qtdetail.mk release</span><span style="line-height: 1.5;">"</span></div><div><span style="line-height: 1.5;"><br></span></div><div><span style="line-height: 1.5;">Who knows the solution?</span></div>