I have just installed Qt and tried it with a simple hello console-app, but I get this error:
06:41:50: Running steps for project qtTest…
06:41:50: Configuration unchanged, skipping qmake step.
06:41:50: Starting: “D:\Qt\Qt5.2.0\Tools\QtCreator\bin\jom.exe”
D:\Qt\Qt5.2.0\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
cl -c -nologo -Zm200 -Zc:wchar_t -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc -DUNICODE -DWIN32 -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG -DQT_CORE_LIB -I”..\..\..\..\Qt\Qt5.2.0\5.2.0\msvc2012_64\include” -I”..\..\..\..\Qt\Qt5.2.0\5.2.0\msvc2012_64\include\QtCore” -I“debug” -I”.” -I”..\..\..\..\Qt\Qt5.2.0\5.2.0\msvc2012_64\mkspecs\win32-msvc2012” -Fodebug\ @C:\Users\ARBOLO~1\AppData\Local\Temp\main.obj.5532.0.jom
‘cl’ is not recognized as an internal or external command,
operable program or batch file.
jom: D:\Documents\dev\qt\build-qtTest-Desktop_Qt_5_2_0_MSVC2012_64bit-Debug\Makefile.Debug [debug\main.obj] Error 1
jom: D:\Documents\dev\qt\build-qtTest-Desktop_Qt_5_2_0_MSVC2012_64bit-Debug\Makefile [debug] Error 2
06:41:50: The process “D:\Qt\Qt5.2.0\Tools\QtCreator\bin\jom.exe” exited with code 2.
Error while building/deploying project qtTest (kit: Desktop Qt 5.2.0 MSVC2012 64bit)
When executing step ‘Make’
06:41:50: Elapsed time: 00:00.
The general message is
Error while parsing file D:/Documents/dev/qt/qtTest/qtTest.pro. Giving up.
Could not find qmake configuration file default.
What should I do to remove this problem?
TIA
↧