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.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/angle/src/d3dcompiler/d3dcompiler.pro b/src/angle/src/d3dcompiler/d3dcompiler.pro
new file mode 100644
index 0000000000..5a10187279
--- /dev/null
+++ b/src/angle/src/d3dcompiler/d3dcompiler.pro
@@ -0,0 +1,15 @@
+TEMPLATE = lib
+TARGET = $$qtLibraryTarget(d3dcompiler_qt)
+
+include(../config.pri)
+CONFIG += qt
+
+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
+
+load(qt_installs)