support Visual Studio 2015

Task-number: QTBUG-46344
Change-Id: I49c3e2776e65cc83d40d1f5ab3be1365d17242d1
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
This commit is contained in:
Joerg Bornemann
2015-06-12 11:30:43 +02:00
parent 483b850aa0
commit f0467f8b01
7 changed files with 33 additions and 8 deletions

View File

@@ -761,6 +761,8 @@ static QByteArray msvcRunTime(const Abi::OSFlavor flavour)
return "MSVCR110";
case Abi::WindowsMsvc2013Flavor:
return "MSVCR120";
case Abi::WindowsMsvc2015Flavor:
return "MSVCR140";
default:
break;
}