mirror of https://github.com/qt/qtbase.git
Include missing shbang line in executable shell script
Change-Id: I802665c89fcac9e07e745cf6dce1a04404ae764d Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
This commit is contained in:
parent
b8d8e0dfbb
commit
22742c5f21
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
qsb --glsl "120,300 es" --hlsl 50 --msl 12 shadowmap.vert -o shadowmap.vert.qsb
|
||||
qsb --glsl "120,300 es" --hlsl 50 --msl 12 shadowmap.frag -o shadowmap.frag.qsb
|
||||
qsb --glsl "120,300 es" --hlsl 50 --msl 12 main.vert -o main.vert.qsb
|
||||
|
|
Loading…
Reference in New Issue