简体   繁体   中英

Which Qt Creator is compatible with Qt4?

I am finding to install Qt4 instead of the latest Qt5.5.

This is due to forward compatibility issues with Qt5.5 and the Medical Interaction toolkit library MITK .

I have located the download archive of Qt. But, does anyone know which version of Qt Creator is compatible with Qt4?

There are two sides of compatibility here:

  1. The range of Qt versions you can build Qt Creator with: That's at least Qt 5.0, and possibly higher.

    Qt Creator 3.2.2 is the last version that could be built with Qt 4. From Qt Creator 3.3 onwards, only Qt 5 is supported.

  2. The range of Qt versions that you can add to Qt Creator and its kits: That's at least Qt 4.0, possibly higher but 4.7 works for sure.

So, you should use the latest Qt Creator, and simply download and build Qt 4.8 that suits your needs, and then add it to Qt Creator.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM