summaryrefslogtreecommitdiffstats
path: root/src/angle/src/d3dcompiler/d3dcompiler.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/angle/src/d3dcompiler/d3dcompiler.pro')
-rw-r--r--src/angle/src/d3dcompiler/d3dcompiler.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/angle/src/d3dcompiler/d3dcompiler.pro b/src/angle/src/d3dcompiler/d3dcompiler.pro
index 5a10187279..4d22080185 100644
--- a/src/angle/src/d3dcompiler/d3dcompiler.pro
+++ b/src/angle/src/d3dcompiler/d3dcompiler.pro
@@ -9,6 +9,11 @@ DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII
SOURCES += main.cpp
win32:!winrt: LIBS += -lole32
+winrt:equals(WINSDK_VER, 8.1) {
+ DEFINES += D3DCOMPILER_LINKED
+ LIBS += -ld3dcompiler
+}
+
# __stdcall exports get mangled, so use a def file
DEF_FILE += $${TARGET}.def