This is my first time I have installed QT creator. Then I installed MSVC 2010, and the compiler(s) appeared in QTCreator. I have also added CL.exe to my path, but when I ran my first application, I received the following error:
'cl' is not recognized as an internal or external command,
operable program or batch file.
jom: C:\Users\Brian\QTProjects\ImagineInventory-build-Desktop_Qt_5_0_0_MSVC2010_32bit_SDK-Debug\Makefile.Debug [debug\main.obj] Error 1
jom: C:\Users\Brian\QTProjects\ImagineInventory-build-Desktop_Qt_5_0_0_MSVC2010_32bit_SDK-Debug\Makefile.Debug [debug\mainwindow.obj] Error 1
jom: C:\Users\Brian\QTProjects\ImagineInventory-build-Desktop_Qt_5_0_0_MSVC2010_32bit_SDK-Debug\Makefile [debug] Error 2
19:14:02: The process "C:\Qt\Qt5.0.0\Tools\QtCreator\bin\jom.exe" exited with code 2.
Error while building/deploying project ImagineInventory (kit: Desktop Qt 5.0.0 MSVC2010 32bit (SDK))
When executing step 'Make'
How should I fix this?
↧