


To add kits, select Edit > Preferences > Kits > Add.Įach kit consists of a set of values that define one environment, such as a device, compiler, and Qt version. If it does not, you must add the kits yourself to tell Qt Creator where everything is. If it succeeds, the relevant kits will automatically become available in Qt Creator. The Qt Installer attempts to auto-detect compilers and Qt versions. If you update the compiler version later, you can register it into Qt Creator.
QT CREATOR KITS INSTALL
To use Qt Creator for Qt development, you also need to install a Qt version and a compiler. While you can use the Qt Installer to install Qt Creator, the stand-alone Qt Creator installer never installs Qt or any Qt tools, such as qmake. Qt Creator is an integrated development environment (IDE) that you can use to develop Qt applications. The following sections summarize the options that you have and point you to detailed information to help you specify any required settings and to make using Qt Creator a better experience for you. In addition, you can enable and disable Qt Creator features by managing plugins. To make Qt Creator behave more like your favorite code editor or IDE, you can change the settings for keyboard shortcuts, color schemes, generic highlighting, code snippets, and version control systems. However, if you install the stand-alone Qt Creator package, build Qt Creator from sources, or install several Qt versions, you may need to tell Qt Creator where to find the Qt versions and compilers by adding the paths to them and by creating kits that use them. If you install Qt Creator as part of a Qt installation, you should be able to use it out-of-the-box, with the default settings and configuration options.
