Re: [Qt-creator] What's the QtC compiler version used for MS binary distribution?

2016-04-08 Thread Cristian Adam
Hi, Qt distros come with one Qt Creator version. It doesn't matter if you install 64 bit or MinGW, you get the same Qt Creator build. (it's way easier to test one version than n versions) In order to find out which version it is, you can go to Help -> About Qt Creator: [image: Inline image 1]

[Qt-creator] What's the QtC compiler version used for MS binary distribution?

2016-04-08 Thread Hugo Parente Lima
Hello, What compiler version is used on QtCreator binary distribution for MS Windows 64bits? I want to go through the pain of install a VM to compile my plugin[1] on Windows and create a small installer. If someone have a recipe wrote to do this boring task, I would aprreciate that. Than