hi people,
I am a complete newbie about qt, although being writing c++ apps for quite a while. So please excuse my probably noob question, but how do I get an qt app up and running with vs 2005 ?

here is what I have done so far:
1) downloaded "qt-sdk-win-opensource-2009.01.1.exe" and installed
2) downloaded "qt-vs-addin-1.0.0-beta2.exe" and installed
3) in vs2005 -> file -> new project -> new Qt4 project -> Qt application
4) tried to build, but failed because Qt dir was not set
5) went to Qt menu -> Qt options and added a new entry pointing to the D:\Qt\2009.01\qt
6) rebuild
7) got a link error - " LNK1181: cannot open input file 'qtmaind.lib' "

obviously the qt installation does not provide any libs, so should I compile them from source ?

Thanks in advance