Hi,

I built a simple qthello QT Application on VS2010 64bit and was able to run it successful. However, when I try to open the qthello.ui file I am getting the error message:
"No default Qt version found. Please check your Qt visual Studio Add-in setting".

Here are the steps I took to get so far:
-Downloaded qt5 from git repository.
-Built qt5 using VS2010 64bit command prompt.
-the bin and lib directories are under c:\QT\Qt5\qtbase.
-Downloaded qt-vs-addin-1.2.2-opensource.exe and ran it successfully.
-Opened VS2010 64bit and set Qt5->Qt Version:
Path: c:\qt\qt5\qtbase
Default Qt/Win version: 5
Qt Project Setting: 5


That's it! I think I did not set the version right but I don't know what is the right version to set.

I'll appreciate any input.

Thanks