Hello there.

I've been having a great time developing in Qt on linux but now I need to develop for Windows as well. Here's what I did:

Went to http://www.qtsoftware.com/downloads/...ev/windows-cpp and downloaded ftp://ftp.trolltech.no/qt/source/qt-...-src-4.4.3.zip

Installed XP SP2 and Visual Studio 2008.

As per the INSTALL file I added c:\qt4\bin to PATH, now I open a console and
here's what happens...
Qt Code:
  1. C:\QT4>echo %PATH%
  2. C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\PROGRA~1\MI6841~1\90\
  3. Tools\binn\;c:\qt4\bin
  4.  
  5. C:\QT4>dir bin
  6. Volume in drive C has no label.
  7. Volume Serial Number is 6053-6EC9
  8.  
  9. Directory of C:\QT4\bin
  10.  
  11. 18/01/2009 15:33 <DIR> .
  12. 18/01/2009 15:33 <DIR> ..
  13. 18/01/2009 15:33 4,349 findtr
  14. 18/01/2009 15:33 36,112 syncqt
  15. 2 File(s) 40,461 bytes
  16. 2 Dir(s) 10,764,660,736 bytes free
  17.  
  18. C:\QT4>configure
  19. Unable to detect the platform from environment. Use -platform command lineargument or set the QMAKESPEC environment variable and run configure again See the README file for a list of supported operating systems and compilers.
To copy to clipboard, switch view to plain text mode 

As far as I can tell, this should have worked. Any idea why not?

Thanks