Hi everyone,
I install qt 4.7 in windows xp (sp2).When i am trying to built i am getting an error :: "error: [tmp/obj/debug_shared/main.o] Error 1"
In compile output
Qt Code:
  1. 'C:\DOCUME~1\BISWA' is not recognized as an internal or external command,
  2.  
  3. operable program or batch file.
  4.  
  5. The system cannot find the path specified.
  6.  
  7. mingw32-make[1]: *** [tmp/obj/debug_shared/main.o] Error 1
  8.  
  9. mingw32-make: *** [debug-all] Error 2
  10.  
  11. The process "C:/Qt/2010.05/mingw/bin/mingw32-make.exe" exited with code %2.
  12. Error while building project untitled (target: Desktop)
  13. When executing build step 'Make'
To copy to clipboard, switch view to plain text mode 

Path variable in my system is
Qt Code:
  1. PATH=C:\Qt\2010.05\qt\bin;C:\Qt\2010.05\bin;C:\Qt\2010.05\mingw\bin;C:\WINDOWS\System32
To copy to clipboard, switch view to plain text mode 

Is there any thing am i missing ?