Hello everyone,
I’m new using Qt5, and now I need your help. Maybe in a few weeks I could help someone ;).
I was trying to build a project what is already working, and I found this error:
‘cl’ is not recognized as an internal or external command,
operable program or batch file.
jom: C:\Users\YYYYYY\Desktop\build-XXXXXX-Desktop_Qt_5_3_MSVC2013_64bit-Debug\ZZZZZZ\Makefile.Debug [windows\hid.obj] Error 1
jom: C:\Users\YYYYYY\Desktop\build-XXXXXX-Desktop_Qt_5_3_MSVC2013_64bit-Debug\ZZZZZZ\Makefile [debug] Error 2
jom: C:\Users\YYYYYY\Desktop\build-XXXXXX-Desktop_Qt_5_3_MSVC2013_64bit-Debug\Makefile [sub-ZZZZZZ-make_first-ordered] Error 2
11:57:38: The process “C:\Qt\Tools\QtCreator\bin\jom.exe” exited with code 2.
Error while building/deploying project XXXXXX (kit: Desktop Qt 5.3 MSVC2013 64bit)
When executing step ‘Make’
I copied the ‘cl’ application from Visual Studio folder to “C:\Qt\Tools\QtCreator\bin” but now I’ve the same problem except the first line “‘cl’ is not recognized as an internal or external command, operable program or batch file.”
Regards
Windows 8.1
Visual Studio Express 2013
Qt 5.3.1
EDIT: I was reading the README file and I found this “This project was built and tested with the Qt 5.0.2 for Windows 32-bit (using the MinGW 4.7 compiler)”. Could be that the problem?
↧