QT versions, kits and compilers

左心房为你撑大大i 提交于 2019-12-02 01:56:10

Qt versions are Qt packages that you download from digia (libraries, source code, documentation, etc...), compilers are the compilers you have on your machine and kits are valid combinations of these two.

In your case you have:

  • Qt 5.4.2 64bit
  • Qt 5.5.0 64bit
  • Msvc both 32bit and 64bit

you can combine the two Qt versions (that are 64bit) with the 64bit version of the msvc compiler, but not with its 32bit version.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!