qmake and multiple MSVS versions

Posted by goodrone on Stack Overflow See other posts from Stack Overflow or by goodrone
Published on 2009-09-19T10:10:53Z Indexed on 2010/03/16 21:21 UTC
Read the original article Hit count: 421

From Visual Studio 2008 Command Prompt I run this command to generate .vcproj file:

>qmake -spec win32-msvc2008

And get a warning message:

WARNING: Generator: MSVC.NET: Found more than one version of Visual Studio
in your path! Fallback to lowest version (MSVC.NET 2008 (9.0),
MSVC.NET 2008 Express Edition (9.0), MSVC.NET 2005 (8.0), 
MSVC.NET 2008 (9.0) in path, MSVC.NET 2008 Express Edition (9.0) in path)

For this project I use MSVS 2008 Professional. Actually the generated .vcproj file works well, but what is the warning message about?

© Stack Overflow or respective owner

Related posts about qmake

Related posts about visual-studio-2008