summaryrefslogtreecommitdiffstats
path: root/src/glslang/glslang-oglcompiler.pro
blob: 38e32318580826f50479504e5c9ac09a490cc500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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