1. extracted archive to D:\Developing\qt-win-opensource-src-4.5.0
2. launched VS command prompt from Visual Studio to be sure that environment variables are correctly set.
3. changed directory to D:\Developing\qt-win-opensource-src-4.5.0
4. ran "configure -debug-and-release -no-qt3support -platform win32-msvc2008"
5. ran "nmake"
Configuring passes successfully, but after 5th step, when it starts to link moc.exe (since 10-20 seconds from typing "nmake") it fails with "LINK : fatal error LNK1104: cannot open file ''d:\Developing\qt-win-opensource-src-4.5.0\lib\QtGuid4.lib''".
IMHO configure generates wrong makefiles, moc cant depend on QtGui library, but moc makefile contains it.
Bookmarks