mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-24 05:37:45 +08:00
Task-number: QTIFW-3073 Change-Id: I613b658c1ef3dbac597d8018a937a7324b582e58 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
7 lines
156 B
Bash
Executable File
7 lines
156 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
# shellcheck source=../common/unix/libclang-v100-dyn.sh
|
|
"$BASEDIR/../common/unix/libclang-v100-dyn.sh"
|