This is a common error when the environment variables LIB and INCLUDE are set to some msvc specific paths - since Qt 4.3.0 qmake uses those paths. MSVC6 did this, MSVC 7 and above are smarter (ok, just a little bit, but smart enough that this error does not occour).
Just set the both env vars to empty and rerun qmake.
Bookmarks