Remove support for MSVC < 2013 in ANGLE

I'm also removing win32-msvc20xx mkspecs, so this would be dead code.

Change-Id: Ib57b52598e2f452985e9fffd1459e59f142c7a39
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
This commit is contained in:
Thiago Macieira 2016-06-20 13:47:05 -07:00
parent cddb344f3e
commit 5fcac27359

View File

@ -21,7 +21,7 @@ lib_replace.CONFIG = path
QMAKE_PRL_INSTALL_REPLACE += lib_replace QMAKE_PRL_INSTALL_REPLACE += lib_replace
# DirectX is included in the Windows 8 Kit, but everything else requires the DX SDK. # DirectX is included in the Windows 8 Kit, but everything else requires the DX SDK.
winrt|if(msvc:!win32-msvc2005:!win32-msvc2008:!win32-msvc2010) { winrt|msvc {
FXC = fxc.exe FXC = fxc.exe
} else { } else {
DX_DIR = $$(DXSDK_DIR) DX_DIR = $$(DXSDK_DIR)