I have a question, I am experimenting with Qt C ++ and I downloaded the Qt Creator from the recommended online installer. At first I did not install MinGW, so it was a delivery to configure the compiler, I gave up, I installed MinGW and the QTCreator recognized the kit as Desktop QT 5.9.1 MinGW 32 bits
, and walked out. But, what does this mean? That I can only do 32-bit applications? In that case, how can I compile a 64-bit application, using a 64-bit compiler that is not Microsoft Visual C ++ Compiler (since VS worked for me from 10, but since QT creator is impossible to work)?
I hope I have been clear. Thank you very much