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?