Abdou Bestmood
Abdou Bestmood

Reputation: 485

Qt 5.9.2: No valid kits found on windows 7

I've installed Qt5.9.2 for 64bit Windows 7 Operating system from this link, evrything was Ok till the point where I wanted to create a new GUI application project, it says that "No valid kits found", I was able to add and manage compilers for C & C++, but I am not able to find the "qmake" file to manage the Qt version. Any solution?

Upvotes: 1

Views: 8101

Answers (1)

SourabhKus
SourabhKus

Reputation: 828

MINGW

Have a look here i am using MinGW compiler with lib. if you have VisualStudio you can select respective libraries too.

Upvotes: 3

Related Questions