C++ – Qt Creator no option for Qt Application

cqmakeqtqt-creator

I've installed the Qt Creator v2.6.2 based on Qt 4.8.3(32-bit). When I started new project, I couldn't find the "Qt C++ Application" tab.

it only shows libraries, other projects, Non-Qt projects and import projects

what am I missing here?

thx b4

Best Answer

Go to Tools -> Options -> Build & Run > Qt Versions tab and check whether your installed Qt versions are recognized or not. If the list is empty that means: for some reason Qt Creator has stopped detecting your Qt library.

To solve this problem, Press the "Add" button in that dialog "Tools -> Options -> Build & Run > Qt Versions" and locate your installed 'qmake.exe' file. It should be in the bin directory of where you installed the Qt library (e.g. C > Qt > 4.8.4 > bin > qmake.exe ). If still not recognized, you should look for the easiest way like installing "qt SDK" which takes care of everything.