QT New Project No valid kits found solution idea
The first time you create project with Qt Creator, when you enter the Kit Selection window, you will be prompted to no Valid kits found. Please add a kit in the options or via the Maintenance tool of the SDK. Error.
The solution is as follows:
You need to set the path of QT sdk,device type to QT Creator. Assuming that the QT SDK is installed, the installation method is (here). Workaround: Click on the Blue Options link, or open the "Tools->options->build & run->kits" entry Setting yourself:
At least fill with the device type, device (most likely desktop) as well as the tool chain and debugger. For qmake-based projects you'll also need a QT version and Mkspec (which can is empty if you have OK with the default one ).
You might need to define Qt versions and tool chains first (other tabs on the same Options page).
Creator needs this information to know what to parse your compile output and debug the results.
Configure the Qmake path of your own installed QT SDK into Qt versions. The configuration should be successful like this:
Reference: http://qt-project.org/forums/viewthread/20142
QT New Project No valid kits found solution idea