[Qt-interest] How does Qt generate the name of vcproj files?

John McClurkin jwm at nei.nih.gov
Wed Jul 15 14:56:31 CEST 2009


Hi,
	I have opensource Qt 4.5.2 installed on a computer with WinXP_64 and 
Visual Studio 2005. I configured Qt with the -debug-and-release and 
-platform win32-msvc2005 flags. In my project.pro files I set the 
template to vcapp and I have both debug and release blocks. When I run 
qmake, it generates a project.vcproj file, and the name of this file is 
always the name of the debug target, no matter what the order of the 
release and debug blocks in the .pro file. That is, if the release 
target is project and the debug target is project_debug, qmake generates 
project_debug.vcproj. Why is this?



More information about the Qt-interest-old mailing list