summaryrefslogtreecommitdiffstats
path: root/src/glslang/glslang-hlsl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/glslang/glslang-hlsl.pro')
-rw-r--r--src/glslang/glslang-hlsl.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/glslang/glslang-hlsl.pro b/src/glslang/glslang-hlsl.pro
new file mode 100644
index 0000000..b324c30
--- /dev/null
+++ b/src/glslang/glslang-hlsl.pro
@@ -0,0 +1,19 @@
+TARGET = qtglslang-hlsl
+
+CONFIG += \
+ static \
+ hide_symbols \
+ exceptions_off rtti_off warn_off
+
+load(qt_helper_lib)
+
+include($$PWD/glslang_common.pri)
+
+SOURCES += \
+ $$GLSLANG_PATH/hlsl/hlslAttributes.cpp \
+ $$GLSLANG_PATH/hlsl/hlslParseHelper.cpp \
+ $$GLSLANG_PATH/hlsl/hlslScanContext.cpp \
+ $$GLSLANG_PATH/hlsl/hlslOpMap.cpp \
+ $$GLSLANG_PATH/hlsl/hlslTokenStream.cpp \
+ $$GLSLANG_PATH/hlsl/hlslGrammar.cpp \
+ $$GLSLANG_PATH/hlsl/hlslParseables.cpp