Fix qmake messing up headers of generated Visual Studio solution files
While generating Visual Studio 2015 solution files for a project using the subdirs template qmake writes out both the header for version 2015 and version 2013. The problem is a case fall-through. Task-number: QTBUG-48110 Change-Id: Ib6ddc1ceb306be9b3098d7b7c66a8ffabbd86481 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com> Reviewed-by: Andrew Knight <andrew.knight@intopalo.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
parent
0552331d0e
commit
d05bb9ffb0
@ -655,6 +655,7 @@ void VcprojGenerator::writeSubDirs(QTextStream &t)
|
||||
switch (which_dotnet_version(project->first("MSVC_VER").toLatin1())) {
|
||||
case NET2015:
|
||||
t << _slnHeader140;
|
||||
break;
|
||||
case NET2013:
|
||||
t << _slnHeader120;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user