aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deployqtHelper_mac.sh
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-07-09 18:55:16 +0200
committerEike Ziller <eike.ziller@theqtcompany.com>2015-07-09 16:57:19 +0000
commit0f5775ef5d665ef766e6c372a886323a6aff6b9d (patch)
treeeb50bd8df3f82b56b8bcbe534e26f54bb7d926d0 /scripts/deployqtHelper_mac.sh
parentd02e80b87bc423f0ccb696c1b10378a74758a432 (diff)
OS X: Deploy clang binary for use by static analyzer
Change-Id: I0047cb33e7267b84310307eb3bb0f6c0d6b31bc5 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'scripts/deployqtHelper_mac.sh')
-rwxr-xr-xscripts/deployqtHelper_mac.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/deployqtHelper_mac.sh b/scripts/deployqtHelper_mac.sh
index 120a4d030a..78c34ec91f 100755
--- a/scripts/deployqtHelper_mac.sh
+++ b/scripts/deployqtHelper_mac.sh
@@ -61,6 +61,8 @@ if [ $LLVM_INSTALL_DIR ]; then
# use recursive copy to make it copy symlinks as symlinks
cp -Rf "$LLVM_INSTALL_DIR"/lib/libclang.*dylib "$1/Contents/Frameworks/" || exit 1
cp -Rf "$LLVM_INSTALL_DIR"/lib/clang "$1/Contents/Resources/cplusplus/" || exit 1
+ cp -Rf "$LLVM_INSTALL_DIR"/bin/clang* "$1/Contents/Resources/" || exit 1
+ rm "$1/Contents/Resources/clang-check"
fi
_CLANG_CODEMODEL_LIB="$1/Contents/PlugIns/libClangCodeModel_debug.dylib"
if [ ! -f "$_CLANG_CODEMODEL_LIB" ]; then