summaryrefslogtreecommitdiffstats
path: root/src/glslang/glslang-osdependent.pro
blob: 6a12fd42f65fa84dfc4724fbe9e708d9eb8d8a76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TARGET = qtglslang-osdependent

CONFIG += \
    static \
    hide_symbols \
    exceptions_off rtti_off warn_off

load(qt_helper_lib)

include($$PWD/glslang_common.pri)

win32: GLSLANG_OSDEP_PATH=$$GLSLANG_PATH/glslang/OSDependent/Windows
unix: GLSLANG_OSDEP_PATH=$$GLSLANG_PATH/glslang/OSDependent/Unix
linux: LIBS += -lpthread

SOURCES += \
    $$GLSLANG_OSDEP_PATH/ossource.cpp