Hello,

I use Qt 4.2.0 open source with visual studio 2005 and I cannot load qt libraries because I have *.a files in my qt\4.2.0\lib directory, and a need to have *.lib. How could I convert *.a into *.lib? I work in C++. There is In that lib directory a read me file witch contains: "If this directory is empty, you probably forgot to compile the Qt library." How I can compile Qt libraries, and got *.lib files?
When I create project as makefile project I can include that libraries, but I cannot load any other libraries (I need to load my *.lib). Because I created console application project. I set up qt parameters as described in following file: http://mm-werkstatt.informatik.uni-a...als/qt2005.pdf

Thanks a lot!