How to generate .sln/.vcproj using qmake
Posted
by stas
on Stack Overflow
See other posts from Stack Overflow
or by stas
Published on 2010-02-26T06:18:29Z
Indexed on
2010/03/16
12:36 UTC
Read the original article
Hit count: 886
Hi!
I have main.cpp
in c:\test
folder and do the following:
qmake -project
qmake -tp vc test.pro
The answer is:
WARNING: Unable to generate output for: C:/test//Makefile.Debug [TEMPLATE vcapp]
WARNING: Unable to generate output for: C:/test//Makefile.Release [TEMPLATE vcapp]
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?
© Stack Overflow or respective owner