mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-25 22:27:49 +08:00
Unclear why that didn't get added when this set of provisioing scripts was set up. Pick-to: 6.5 Change-Id: I70cc347f2a6109fdde773c647cbe9a5b4819517e Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
7 lines
98 B
Bash
Executable File
7 lines
98 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
"$BASEDIR/../common/linux/install-flite.sh"
|