I configured Qt with:
configure -debug-and-release -no-qt3support -platform win32-msvc2008

then I run:
nmake

moc build fails with:
LINK : fatal error LNK1104: cannot open file ''d:\Developing\qt-win-opensource-src-4.5.0\lib\QtGuid4.lib''

ofcourse there is no QtGuid4.lib, it hasn`t been built yet. How can I solve it?