mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-06 23:16:54 +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>
7 lines
101 B
Bash
Executable File
7 lines
101 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
"$BASEDIR/../common/unix/libclang-v100-dyn.sh"
|