summaryrefslogtreecommitdiffstats
path: root/util/qlalr/examples/glsl/build.sh
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2009-03-23 10:18:55 +0100
committerSimon Hausmann <simon.hausmann@nokia.com>2009-03-23 10:18:55 +0100
commite5fcad302d86d316390c6b0f62759a067313e8a9 (patch)
treec2afbf6f1066b6ce261f14341cf6d310e5595bc1 /util/qlalr/examples/glsl/build.sh
Long live Qt 4.5!
Diffstat (limited to 'util/qlalr/examples/glsl/build.sh')
-rw-r--r--util/qlalr/examples/glsl/build.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/qlalr/examples/glsl/build.sh b/util/qlalr/examples/glsl/build.sh
new file mode 100644
index 0000000000..031691152e
--- /dev/null
+++ b/util/qlalr/examples/glsl/build.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+${FLEX-flex} -oglsl-lex.incl glsl-lex.l
+${QLALR-qlalr} glsl.g
+
+qmake
+make