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:
parent
febeb2d9cd
commit
9ae94806ad
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user