summaryrefslogtreecommitdiffstats
path: root/mkspecs/win32-msvc2015
Commit message (Collapse)AuthorAgeFilesLines
* Add detection of and support for Visual Studio 2015Thiago Macieira2014-12-132-0/+45
Tested with the Preview release of November 2014. Differences to the 2013 detection and support: - Option -Zc:strictStrings is present in both debug and release mode and is passed to qmake's own build - New warnings 4456, 4457 and 4458 (shadowing) are disabled - Compiler supports -arch:AVX2 Change-Id: I9572ff4d4aded4004c1fa5d6f13ffee5462043d6 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>