I downloaded the qt-3.3.5 sources from the qt-free site on sourceforce. The reason that I am installing this to to assist the person on my project team who is handling the Windows port. When I run configure.bat it fails with the following message:

e:\qt-3.3.5\src\tools\qglobal.h(760) : fatal error C1083: Cannot open include file: 'qconfig.h': No such file or directory

I am using MSVC Express edition 2005 (final version not beta) and I have the platform SDK installed. As far as I can tell this is correctly configured but I nornmally do my developement work on Linux so this may not be the case.

It appears that the qconfig.h file should be created by the configure script but is not for some reason.

I am clearly missing something. Are there additional steps that I need to do before I run configure?