Hi, On Oct 9, 2014 3:21 AM, "Gang Deng" <[email protected]> wrote: > I open the qtcreator.pro file in QtCreator.exe which is installed by running qt-opensource-windows-x86-mingw482_opengl-5.3.2.exe on my Win 7 system, and click the build button to build. So I do not know which environment (cmd.exe vs sh) it used. And it build ok with same way on a Ubuntu system.
Please open the .pro file and check its build settings in project mode. There is a section there that can be used to show the environment the build will happen in. Check the PATH variable there and make sure there is no sh.exe in any of these directory. Please run qmake after changing the path variable and try building again. I hope this helps, Best Regards, Tobias
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
