mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-28 15:46:42 +08:00
Cherry-pick from dev branch introduced unnecessary file but also missed
two configurations.
This change amends c5378f6cd6
Change-Id: I42bf3cabcd39b4acf8db623a08f52e06f06a6562
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
8 lines
157 B
Bash
Executable File
8 lines
157 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"
|