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