summaryrefslogtreecommitdiffstats
path: root/src/glslang/glslang-spirv.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/glslang/glslang-spirv.pro')
-rw-r--r--src/glslang/glslang-spirv.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/glslang/glslang-spirv.pro b/src/glslang/glslang-spirv.pro
new file mode 100644
index 0000000..c3c7f0e
--- /dev/null
+++ b/src/glslang/glslang-spirv.pro
@@ -0,0 +1,21 @@
+TARGET = qtglslang-spirv
+
+CONFIG += \
+ static \
+ hide_symbols \
+ exceptions_off rtti_off warn_off
+
+load(qt_helper_lib)
+
+include($$PWD/glslang_common.pri)
+
+SOURCES += \
+ $$GLSLANG_PATH/SPIRV/GlslangToSpv.cpp \
+ $$GLSLANG_PATH/SPIRV/InReadableOrder.cpp \
+ $$GLSLANG_PATH/SPIRV/Logger.cpp \
+ $$GLSLANG_PATH/SPIRV/SpvBuilder.cpp \
+ $$GLSLANG_PATH/SPIRV/SpvPostProcess.cpp \
+ $$GLSLANG_PATH/SPIRV/doc.cpp \
+ $$GLSLANG_PATH/SPIRV/disassemble.cpp \
+ $$GLSLANG_PATH/SPIRV/SPVRemapper.cpp \
+ $$GLSLANG_PATH/SPIRV/SPVTools.cpp