QT versions, kits and compilers

前端 未结 1 887
夕颜
夕颜 2021-01-22 08:42

I am new in QT and was wondering what is the difference between QT versions, kits and compilers. In my \"Build & Run\" tab are avilable:

Kits:

  • Desktop
相关标签:
1条回答
  • 2021-01-22 09:06

    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.

    0 讨论(0)
提交回复
热议问题