How to change GCC12 instead of GCC11 in QT Creator
-
Hi everyone, I've created a specific library and a main code in C++ language, GCC12 compiler, and minggw for design an electronic calculator. My problem comes when I pass all my codes and libraries to QT Creator and compile it, I realised that QT Creator works with GCC11, and it give me errors in the compilation.
Could it be possible to solve this errors or change the compiler to GCC12 instead of GCC11?
Regards!
-
Hi and welcome to devnet,
You can go to your Kit configuration and change the GCC version you want to use there.
-
@SGaist Thank you so much for your reply!!
Regarding my kit configuration, I guess I have to change the QT Versions and Compilers, isn't it??
Or do I need to do something else?
Thank you again and sorry for my doubs, I've been with qt for a short time and I get lost in some things...
Regards!
-
@RaulJN8 said in How to change GCC12 instead of GCC11 in QT Creator:
So here, I can't see the options to change the gcc
Because you're showing "Debuggers" tab, not "Compilers"...