mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 20:06:32 +08:00
Add flite install script for linux and integrate it in provisioning for openSuSE Leap 15.3. Pick-to: 6.4 Change-Id: Ie99271b115ba5c7b1f0177e09f38a4729de2b6cd Reviewed-by: Volker Hilsheimer <volker.hilsheimer@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"
|