summaryrefslogtreecommitdiffstats
path: root/src/tools/qlalr/examples/glsl/build.sh
blob: d43889bf7207696e5fca56f12288800a183a3ccb (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 BSD-3-Clause

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

qmake
make