summaryrefslogtreecommitdiffstats
path: root/src/glslang/glslang-oglcompiler.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/glslang/glslang-oglcompiler.pro')
-rw-r--r--src/glslang/glslang-oglcompiler.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/glslang/glslang-oglcompiler.pro b/src/glslang/glslang-oglcompiler.pro
new file mode 100644
index 0000000..38e3231
--- /dev/null
+++ b/src/glslang/glslang-oglcompiler.pro
@@ -0,0 +1,13 @@
+TARGET = qtglslang-oglcompiler
+
+CONFIG += \
+ static \
+ hide_symbols \
+ exceptions_off rtti_off warn_off
+
+load(qt_helper_lib)
+
+include($$PWD/glslang_common.pri)
+
+SOURCES += \
+ $$GLSLANG_PATH/OGLCompilersDLL/InitializeDLL.cpp