Chani
Chani

Reputation: 5175

Qt Creator shows only android as the available kit

I installed Qt Creator for creating desktop apps and it is showing me that it only has the android kit. How to fix this? How to get x86 kit?

enter image description here

Upvotes: 0

Views: 183

Answers (2)

Farhad
Farhad

Reputation: 4181

You have to select your components in installation window, see this image:

Image

I am using Visual Studio 2015 x64 as compiler.

Upvotes: 1

Amol Saindane
Amol Saindane

Reputation: 1598

That is auto detected toolkit. You can add manually toolkit with proper qmke and compiler set up. You can use precompiled Qt version to do windows build Here

Go to section as 5.6.x Offline Installers for Windows host. If you install Qt 5.6.2 for Windows 32-bit (MinGW 4.9.2), then will autodetect MinGW tool kit for windows build.

Upvotes: 0

Related Questions