Hi!

I have main.cpp in c:\test folder and do the following:
Qt Code:
  1. qmake -project
  2. qmake -tp vc test.pro
To copy to clipboard, switch view to plain text mode 
The answer is:
Qt Code:
  1. WARNING: Unable to generate output for: C:/test//Makefile.Debug [TEMPLATE vcapp]
  2. WARNING: Unable to generate output for: C:/test//Makefile.Release [TEMPLATE vcapp]
To copy to clipboard, switch view to plain text mode 
But, I don't need make files. I need .vcproj!

Environment: Windows XP Pro SP3, MSVC 7.1 and 8.0. Qt is installed in C:\Qt\2010.02 (LGPL version). Commands are run from Qt Command Prompt.

What's wrong with it? How to generate .sln/.vcproj? May I generate them for MSVC 7.1 and 8.0?

Thanks