ANGLE: Fix fxc path setting for MSVC 2013.

Change-Id: I7be4dbd948052d069bb1b97d759d6fc5099236f9
Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Friedemann Kleint 2013-10-24 12:37:10 +03:00 committed by The Qt Project
parent febeb2d9cd
commit 9ae94806ad

View File

@ -7,7 +7,7 @@ INCLUDEPATH += \
LIBS = $$QMAKE_LIBS_CORE $$QMAKE_LIBS_GUI
# DirectX is included in the Windows 8 Kit, but everything else requires the DX SDK.
win32-msvc2012 {
win32-msvc2012|win32-msvc2013 {
FXC = fxc.exe
} else {
DX_DIR = $$(DXSDK_DIR)