Hi all

I am new to Qt. Am trying to build Qt 4.6.0 from src code(not the src which comes along with sdk), the reason is I want to integrate it with Visual Studio 2005.
I run configure and nmake, but nmake fails while its trying to build QtDeclaratived4.dll. I have kept the default configuration. I am following fatal messages..

Generating Code...
link /LIBPATH:"f:qt-gitqtlib" /LIBPATH:"f:qt-gitqtlib" /NOLOGO /BASE:0x66000000 /DEBUG /DLL /MANIFEST /MAN
IFESTFILE:"tmpobjdebug_sharedQtDeclaratived.interm ediate.manifest" /VERSION:4.70 /OUT:....libQtDeclaratived4.dll @
C:DOCUME~1DEVEND~1LOCALS~1TempnmD4.tmp
Creating library ....libQtDeclaratived4.lib and object ....libQtDeclaratived4.exp
qmlview.obj : error LNK2019: unresolved external symbol "public: __thiscall QGraphicsViewPrivate::QGraphicsViewPrivate(v
oid)" (??0QGraphicsViewPrivate@@QAE@XZ) referenced in function "public: __thiscall QmlViewPrivate::QmlViewPrivate(void)"
(??0QmlViewPrivate@@QAE@XZ)
qmlview.obj : error LNK2001: unresolved external symbol "public: virtual class QPoint __thiscall QAbstractScrollAreaPriv
ate::contentsOffset(void)const " (?contentsOffset@QAbstractScrollAreaPrivate@@UBE?A VQPoint@@XZ)
....libQtDeclaratived4.dll : fatal error LNK1120: 2 unresolved externals
NMAKE : fatal error U1077: '"C:Program FilesMicrosoft Visual Studio 8VCBINlink.EXE"' : return code '0x460'
Stop.
NMAKE : fatal error U1077: '"C:Program FilesMicrosoft Visual Studio 8VCBINnmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.

Any help is appreciated. Thanks