Error with the kit
-
Hello
I am having issues compiling my QT after downloading it. This is my first time downloading QT but it seems there is something I am missing.
the error I am getting is:
**
14:44:26: Running steps for project hellow...
14:44:26: Configuration unchanged, skipping qmake step.
14:44:26: Starting: "C:\Qt\Qt5.4.1\Tools\QtCreator\bin\jom.exe"
C:\Qt\Qt5.4.1\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
cl -c -nologo -Zm200 -Zc:wchar_t -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fddebug\hellow.pdb -DUNICODE -DWIN32 -DQT_CORE_LIB -I"..\hellow" -I"." -I"........\Qt\Qt5.4.1\5.4\msvc2010_opengl\include" -I"........\Qt\Qt5.4.1\5.4\msvc2010_opengl\include\QtCore" -I"debug" -I"........\Qt\Qt5.4.1\5.4\msvc2010_opengl\mkspecs\win32-msvc2010" -Fodebug\ @C:\Users\zem1fh\AppData\Local\Temp\main.obj.7844.0.jom
jom: C:\Users\zem1fh\Documents\build-hellow-Desktop_Qt_5_4_1_MSVC2010_OpenGL_32bit-Debug\Makefile.Debug [debug\main.obj] Error 2
jom: C:\Users\zem1fh\Documents\build-hellow-Desktop_Qt_5_4_1_MSVC2010_OpenGL_32bit-Debug\Makefile [debug] Error 2
14:44:26: The process "C:\Qt\Qt5.4.1\Tools\QtCreator\bin\jom.exe" exited with code 2.
Error while building/deploying project hellow (kit: Desktop Qt 5.4.1 MSVC2010 OpenGL 32bit)
When executing step "Make"
14:44:26: Elapsed time: 00:00.**
I do not understand the requirments for qt to work, but currently I have running on my pc:
Based on Qt 5.4.1 (MSVC 2010, 32 bit)
Qt Creator 3.3.1 (opensource)
these were downloaded from: https://download.qt.io/official_releases/qt/5.4/5.4.1/
specifically qt-opensource-windows-x86-msvc2010_opengl-5.4.1.exe
the reason I chose this one is because I have installed visual studio 2010 Professional on my pc
What am I doing wrong. Did I choose the incorrect download ? Why am I getting this error ?
-
Hi and welcome to devnet,
Not a direct answer but why not use the latest version (i.e. 5.5.1) since your are starting ?