summaryrefslogtreecommitdiffstats
path: root/src/tools/qlalr/examples/glsl/build.sh
blob: 5f6879737cc146dbe6e8d285e33f3e7a539567b6 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# Copyright (C) 2016 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

${FLEX-flex} -oglsl-lex.incl glsl-lex.l
${QLALR-qlalr} glsl.g

qmake
make