I want to add one kit to Qt:
I download and install MinGW from msys2 because it has some more options than Qt default MinGW, I want to build my app with this and use CMake
.
I don't know how should do this, I see QT documentation and I do this :
1.In tools/options
I add a new manual kit
2.In compiler it autodetects but didn't recognize it and I think this is a problem but I don't know how to fix it
here are the path and folders of MinGW that I installed.
If I want to add compiler manually which of these should I add in the c++ and c sections?
I use windows 10 and Qt 5.15.2.
Thanks.
I fixed my problem by doing the following things :