Qt Creator needs a compiler to create project..
-
wrote on 6 Feb 2014, 15:39 last edited by
Hello All,
after reading the doc and searching the net I'm still not able to solve the issue "QT creator needs a compiler to create project...".
I'm using QT Creator 5.2.1 and I have installed he MinGW compiler in dir c:\compiler\mingw.
Under the tab "QT Versions" I see "Qt 5.2.1 MSVC2012 OpenGL 64bit c:\ qt\qt5.2.1....\mscv2012_64_opengl\bin\qmake.exe".
And under the tab "Compiler" I have set the Compiler to "MinGW" with the path c:\compiler\mingw\bin\mingw32-make.exe".
However These seems to wrong since the compile of my C++ program Ends upo in with the error "Qt Creator needs a compiler to create project...".Any help will be appreciated
Rgds
JH -
wrote on 6 Feb 2014, 16:18 last edited by
Compare this 2 lines:
“Qt 5.2.1 MSVC2012 OpenGL 64bit c:\ qt\qt5.2.1.\…\mscv2012_64_opengl\bin\qmake.exe”
and
c:\compiler\mingw\bin\mingw32-make.exe”.Can you see diferences?
(Qt 64bit != compiler 32bit) + MSVC2012 != MinGW. For this version of Qt you need MSVC2012 compiler. -
wrote on 7 Feb 2014, 12:44 last edited by
Thanks - after installing Visual Studio 2012 it works fine
3/3