I spent the weekend trying to figure this out and I\'m on the last step. My goal: to get visual studio 2010 and Qt 4.7.3 to work together.
I installed Qt from source, s
I see that your library directories is missing C:\qt_source\4.7.3\lib , include it.
C:\qt_source\4.7.3\lib
And then include
QtCored4.lib QtGuid4.lib and any other Qt libraries
required as Violet Giraffe suggested. You also need to do this with 'Release version'
QtCore4.lib QtGui4.lib and any other Qt libraries
CV