On 04/05/2011 10:18, ext john smith wrote: > When I run the nmake on the command prompt I get this message: > > Creating qmake... > execute:File or path is not found (nmake) > execute:File or path is not found (nmake) > Cleaning qmake failed,return code -1 > > Doyou know how to solve this? What I sould type next to run nmake?
Apparently you're trying to build Qt in a shell where nmake and Visual C++ compiler and tools are unknown. Please go to your start menu and type in "Visual Studio 2010 Command Prompt". That opens a shell where you can actually build programs with the MSVC compiler... BR, Jörg _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
