Search code examples
qtvisual-c++mingwqt5.5

Error while building Project on qt 5.5.0


![Kit error ][1]

In Issue Tab error:

![Qt version][2]

Qt Creator needs a compiler set up to build. Configure a compiler in the kit options.

  • Compile Output: 13:45:05: Configuration is faulty. Check the Issues view for details.

  • Error while building/deploying project First (kit: Desktop Qt 5.5.0 MSVC2013 64bit) When executing step "Make".


Solution

  • You use Qt for MSVC2013. But you have installed only MinGW compiler. There're two ways for solving your problem:
    1) you can change your Qt from MSVC2013 version to MinGW version - download and install Qt for MinGW or
    2) you can download and install free version of Visual Studio 2013 (that's IDE) for getting it's compiler. After this you just need to choose the correct compiler (MSVC2013) for use if it isn't automatically detected.