[SOLVED] Add Kits
-
As I understand what you want is to change the compiler from MSVC to MinGW. You can simply add new Compilers by adding them over the Compilers tab (see the picture).
Then you'll simply need to change the Compiler for your Kit by clicking onto the Kits Tab on your Kit and then select the compiler in the compiler combo box.
~ jan
-
Hi and welcome to devnet,
Unlike @jjan wrote, you can't just change MSVC for MinGW, they are not compatible one with the other, even more, you just can't mix compilers on Windows. Your software/libraries etc. must be compiled with the same compiler.
So, what exactly are you trying to do currently ?
-
Hi and welcome to devnet,
Unlike @jjan wrote, you can't just change MSVC for MinGW, they are not compatible one with the other, even more, you just can't mix compilers on Windows. Your software/libraries etc. must be compiled with the same compiler.
So, what exactly are you trying to do currently ?