Reputation: 5175
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?
Upvotes: 0
Views: 183
Reputation: 4181
You have to select your components in installation window, see this image:
I am using Visual Studio 2015 x64 as compiler.
Upvotes: 1
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