The process "E:Qt4.8.5inqmake.exe" exited with code 2.(不能包含中文路径,qmake够弱智的)

打开某个项目的时候,编译出现类似的错误

21:46:44: The process "E:Qt4.8.5inqmake.exe" exited with code 2.

Error while building/deploying project designers (kit: Win-QT)

When executing step 'qmake'

21:46:44: Elapsed time: 00:00.

这个是由于 项目的路径带有中文,修改下 不带中文就可以编译通过啦~!

http://blog.csdn.net/emdfans/article/details/17102049

原文地址:https://www.cnblogs.com/findumars/p/5599444.html