When I try to compile a project (desktop target) the output shows this message:
16:29:31: Running build steps for project untitled…
16:29:31: Starting: “e:\juegos\pc\v-playsdk\desktop\qt\4.8.1\msvc2010\bin\qmake.exe” E:\Newdocs\Juan\w205a\untitled\untitled.pro -r -spec win32-msvc2010 “CONFIG+=release”
16:29:32: The process “e:\juegos\pc\v-playsdk\desktop\qt\4.8.1\msvc2010\bin\qmake.exe” exited normally.
16:29:32: Starting: “E:\Juegos\PC\FelgoSDK\QtCreator\bin\jom.exe”
Copying application data…
1 archivo(s) copiado(s)
E:\Juegos\PC\FelgoSDK\QtCreator\bin\jom.exe -nologo -j 4 -f Makefile.Release
cl -c -nologo -Zm200 -Zc:wchar_t- -O2 -MD -GR -EHsc -W3 -w34100 -w34189 -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -I”..\..\..\..\Juegos\PC\FelgoSDK\Desktop\Qt\4.8.1\msvc2010\include\QtCore” -I”..\..\..\..\Juegos\PC\FelgoSDK\Desktop\Qt\4.8.1\msvc2010\include\QtGui” -I”..\..\..\..\Juegos\PC\FelgoSDK\Desktop\Qt\4.8.1\msvc2010\include\QtDeclarative” -I”..\..\..\..\Juegos\PC\FelgoSDK\Desktop\Qt\4.8.1\msvc2010\include” -I”..\untitled\qmlapplicationviewer” -I”..\..\..\..\Juegos\PC\FelgoSDK\Desktop\Qt\4.8.1\msvc2010\include\ActiveQt” -I”release” -I”..\untitled” -I”.” -I”..\..\..\..\Juegos\PC\FelgoSDK\Desktop\Qt\4.8.1\msvc2010\mkspecs\win32-msvc2010″ -Forelease\ @C:\Users\JUAN(2~1\AppData\Local\Temp\main.obj.2356.0.jom
cl -c -nologo -Zm200 -Zc:wchar_t- -O2 -MD -GR -EHsc -W3 -w34100 -w34189 -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -I”..\..\..\..\Juegos\PC\FelgoSDK\Desktop\Qt\4.8.1\msvc2010\include\QtCore” -I”..\..\..\..\Juegos\PC\FelgoSDK\Desktop\Qt\4.8.1\msvc2010\include\QtGui” -I”..\..\..\..\Juegos\PC\FelgoSDK\Desktop\Qt\4.8.1\msvc2010\include\QtDeclarative” -I”..\..\..\..\Juegos\PC\FelgoSDK\Desktop\Qt\4.8.1\msvc2010\include” -I”..\untitled\qmlapplicationviewer” -I”..\..\..\..\Juegos\PC\FelgoSDK\Desktop\Qt\4.8.1\msvc2010\include\ActiveQt” -I”release” -I”..\untitled” -I”.” -I”..\..\..\..\Juegos\PC\FelgoSDK\Desktop\Qt\4.8.1\msvc2010\mkspecs\win32-msvc2010″ -Forelease\ @C:\Users\JUAN(2~1\AppData\Local\Temp\qmlapplicationviewer.obj.2356.63.jom
E:\Juegos\PC\FelgoSDK\Desktop\Qt\4.8.1\msvc2010\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -I”..\..\..\..\Juegos\PC\FelgoSDK\Desktop\Qt\4.8.1\msvc2010\include\QtCore” -I”..\..\..\..\Juegos\PC\FelgoSDK\Desktop\Qt\4.8.1\msvc2010\include\QtGui” -I”..\..\..\..\Juegos\PC\FelgoSDK\Desktop\Qt\4.8.1\msvc2010\include\QtDeclarative” -I”..\..\..\..\Juegos\PC\FelgoSDK\Desktop\Qt\4.8.1\msvc2010\include” -I”..\untitled\qmlapplicationviewer” -I”..\..\..\..\Juegos\PC\FelgoSDK\Desktop\Qt\4.8.1\msvc2010\include\ActiveQt” -I”release” -I”..\untitled” -I”.” -I”..\..\..\..\Juegos\PC\FelgoSDK\Desktop\Qt\4.8.1\msvc2010\mkspecs\win32-msvc2010″ -D_MSC_VER=1600 -DWIN32 ..\untitled\qmlapplicationviewer\qmlapplicationviewer.h -o release\moc_qmlapplicationviewer.cpp
Copying application data…
1 archivo(s) copiado(s)
jom 1.0.6 – empower your cores
“cl” no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
command failed with exit code 1
“cl” no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
command failed with exit code 1
command failed with exit code 2
16:29:32: The process “E:\Juegos\PC\FelgoSDK\QtCreator\bin\jom.exe” exited with code 2.
Error while building project untitled (target: Desktop)
When executing build step ‘Make’
Project settings: https://oi44.tinypic.com/2nlv03l.jpg
I have installed the Windows 7 SDK already.