Hi,
I have installed Qt and Qt Creator in my machine, When I try to create a new project it throws the following error,

No valid qt versions found. Please add a qt version in tool/options or via the maintenance tool of the SDK
Step 1: Installed Qt 4.4.3 and then ran Qt 4.4.3 Command Prompt

Setting up a Qt environment...
-- QTDIR set to C:\Qt\4.4.3
-- Added C:\Qt\4.4.3\bin to PATH
-- QMAKESPEC set to "win32-msvc2008"
Setting environment for using Microsoft Visual Studio 2008 x86 tools.
Step 2: Installed Qt Creator 2.2.1.

Step 3: Tried to create new Qt project, but it throws the above mentioned error. The strange thing is, it could successfully open a Qt project created in some other machine and we could successfully build and run the application.

Verified the following settings in Qt Creator,
1) Verified Qt related environment variables and they are added as expected.
2) Tool—>Options—>Qt4 = Auto-detected Qt in path correctly.
3) Tool—>Options—>Tool Chains = Auto-detected MinGW & MSVC.

Regards,
Sankar.