[Moved] Qt Creator saying no valid qt versions found please add a qt version when creating a new project
Page |
2 |
I guess you have installed in the binaries of Qt for vs2008?
This is on windows?
Probably you should sketch the steps you have done. The “make install” I have seen so far only on linux, when you provide a prefix in cofigure. However, this might be part now also on Windows. I have never done with the binaries yet.
wow.. don’t what that is..
1) open your qt command prompt and run make install.
To get to qt command promopt -> windows desktop -> start -> all programs -> find qt here -> you should find a command prompt inside qt..
From that run “make install”.. and try again to see if Qt Creator detects it.
Or
2) Add qmake.exe dir to PATH variable.. if you qmake.exe is in c:\qt\bin, add c:\qt\bin to PATH variable. Now open Qt Creator, and Qt Creator should automatically detect your Qt. Check it from Tools > Options… > Qt4 >
Sorry to see that you run in to lot of problems..
NOW I SEE… I was adding Qt version ( qmake ) from ..qt/make dir instead of ..qt/bin dir .
So now as I have added this I have this “problem”

And the creator is still saying that there is no qt version :/
When I try to build these Helpers (whatever they are ) I get a message that “the qt version has no tool chain”
it works just fine for me..
And from the image you have attached, your setup is just fine. Now you should be able to build qt apps from you Qt-Creator. Try it and let us know if it works from Qt-Creator.
And the creator is still saying that there is no qt version :/
Where is it saying there is no qt version?? I don’t see it in the image you have posted. Is it complaining when you try to build an app… if this is the case,
1) open qt project
2) Click on “Projects” button
3) Highlight the build setup “Desktop”
4) Click on drop down list for Qt Version, and select “Desktop” ( since you have named your qt to Desktop)
5) Now try to build your application.
you have a Target called “Desktop” added. I don’t know whey its not showing it here.
Did you try “Auto-detected” approach like the one I mentioned in my previous posts. Probably worth giving it a try.
“
2) Add qmake.exe dir to PATH variable.. if you qmake.exe is in c:\qt\bin, add c:\qt\bin to PATH variable. Now open Qt Creator, and Qt Creator should automatically detect your Qt. Check it from Tools > Options… > Qt4 >”
You must log in to post a reply. Not a member yet? Register here!







