Hi,
I am trying to integrate Qt 4.6, which comes along with Qt SDK 2009.05, with VS 2005 on my Win XP machine. I have downloaded and installed Qt-Vs add-in and I am able to create new Qt Gui project from VS-2005. But when I compile and run the project (I haven't added any new controls on the Window- Plain window only), linker fails saying that its not able to find qtmaind.lib. Then I build Qt src (which comes along with SDK). I find that mainly 3 libraries are needed qtmaind.lib,QtCored4.lib and QtGuid4.lib. My build eventually fails while trying to build WebKit, but still I can now compile and run Qt application from VS-2005.
So my question is what all libraries do we need to build other than those which come along with the SDK, so that I can create Qt projects from VS without any issue in future?
Any ideas?
Thanks.
Bookmarks