QT error appears

0

It shows me a message and the compiler does not even appear to me. Install all Visual Studio Community 2015 what happens?

This is the error I get:

    
asked by Sergio Ramos 27.09.2016 в 15:27
source

1 answer

0

What you have to do is configure Qt so you can use that compiler.

I would tell you to start by pressing the "Manage ..." button in the "compiler" section of your capture to choose the compiler that corresponds to the selected version. If the compiler is not in the list you will have to add one and configure it manually indicating where each element is:

  • Compiler path
  • Route of the make
  • Type of compilation (this option I think depends on the version of QtCreator)
  • Path to header files
  • ...

After configuring the compiler correctly you can select it from the window you indicate and, in theory, QtCreator should be able to compile applications using your compiler.

    
answered by 27.09.2016 / 15:49
source