summaryrefslogtreecommitdiffstats
path: root/src/angle/d3dcompiler/d3dcompiler.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/angle/d3dcompiler/d3dcompiler.pro')
-rw-r--r--src/angle/d3dcompiler/d3dcompiler.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/angle/d3dcompiler/d3dcompiler.pro b/src/angle/d3dcompiler/d3dcompiler.pro
new file mode 100644
index 0000000000..35b9be2025
--- /dev/null
+++ b/src/angle/d3dcompiler/d3dcompiler.pro
@@ -0,0 +1,11 @@
+TEMPLATE = lib
+TARGET = $$qtLibraryTarget(d3dcompiler_qt)
+DLLDESTDIR = $$QT_BUILD_TREE/bin
+
+QT = core
+DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII
+SOURCES += main.cpp
+win32:!winrt: LIBS += -lole32
+
+# __stdcall exports get mangled, so use a def file
+DEF_FILE += $${TARGET}.def