summaryrefslogtreecommitdiffstats
path: root/src/angle
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2016-06-20 13:47:05 -0700
committerThiago Macieira <thiago.macieira@intel.com>2016-07-06 03:57:49 +0000
commit5fcac27359e66295c8cb15608b89599057c46425 (patch)
treef26093b97f120528601c1fbed4a605659fa0a4f6 /src/angle
parentcddb344f3e24e3a61baf896161618c36a3f0c737 (diff)
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>
Diffstat (limited to 'src/angle')
-rw-r--r--src/angle/src/common/common.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/angle/src/common/common.pri b/src/angle/src/common/common.pri
index 83cd1e8687..9eae06d410 100644
--- a/src/angle/src/common/common.pri
+++ b/src/angle/src/common/common.pri
@@ -21,7 +21,7 @@ lib_replace.CONFIG = path
QMAKE_PRL_INSTALL_REPLACE += lib_replace
# 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
} else {
DX_DIR = $$(DXSDK_DIR)