Hello;


I'm trying to compile Qt Creator using MSVC2010. I'm seeing this problem on the MSVC2010 command prompt:

cd src\ && ( if not exist Makefile C:\Qt\Qt5.3.0\5.3\msvc2010_opengl\bin\qmake.exe C:\work_msvc\qt-creator-opensource-src-3.0.0\src\src.pro -o Makefile ) && "c:\Program Files (x86)\Microsoft V
isual Studio 10.0\VC\BIN\nmake.exe" -f Makefile
The system cannot find the path specified.
NMAKE : fatal error U1077: 'cd' : return code '0x1'
Stop.

C:\work_msvc\qt-creator-opensource-src-3.0.0>

Thanks for any help

Mut