I have installed SDK Qt 4.5.0 for windows and it works correctly.

When tried to rebuild I had problem.
During execution of command:
configure
Error is reported.

Qt Code:
  1. copy qmake.exe C:\Qt\2009.01\qt\bin\qmake.exe
  2. 1 file(s) copied.
  3. Creating makefiles in src...
  4. Generating Makefiles...
  5. Could not find mkspecs for your QMAKESPEC(win32-g++) after trying:
  6. C:/qt-greenhouse/Trolltech/Code_less_create_more/Trolltech/Code_less_cre
  7. ate_more/Troll/4.5.0/qt\mkspecs
  8. Error processing project file: C:/Qt/2009.01/qt/projects.pro
  9. Qmake failed, return code 3
To copy to clipboard, switch view to plain text mode 

As I figured out that some path are incorect and i have changed this path to real one in qt\bin\qtvars.bat. It looks like that path is staticly defined in configure.exe

Could anyone help me?