summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-02-10 14:50:05 +0100
committerEike Ziller <eike.ziller@digia.com>2014-02-12 08:25:28 +0100
commit9793ae82367b2eb9cc61b8eac6a66c90f38d4ca6 (patch)
treeeb3da7c229816f7e0ba63f8225a7bd0aee5add44 /scripts
parent256bb4830013378f269e59171a4b1c89a6b28de6 (diff)
downloadqt-creator-9793ae82367b2eb9cc61b8eac6a66c90f38d4ca6.tar.gz
Clang/Mac: also deploy the header resources.
Change-Id: I0c7abe70dd45216d15a9a62d87c0fda8105cf9a8 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/deployqtHelper_mac.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/deployqtHelper_mac.sh b/scripts/deployqtHelper_mac.sh
index c82dcad6b6..ababf8a7de 100755
--- a/scripts/deployqtHelper_mac.sh
+++ b/scripts/deployqtHelper_mac.sh
@@ -59,6 +59,7 @@ cp "$2"/*.qm "$1/Contents/Resources/translations/" || exit 1
if [ $LLVM_INSTALL_DIR ]; then
if [ "$LLVM_INSTALL_DIR"/lib/libclang.dylib -nt "$1/Contents/PlugIns"/libclang.dylib ]; then
cp -f "$LLVM_INSTALL_DIR"/lib/libclang.dylib "$1/Contents/PlugIns/" || exit 1
+ cp -Rf "$LLVM_INSTALL_DIR"/lib/clang "$1/Contents/Resources/cplusplus/" || exit 1
fi
_CLANG_CODEMODEL_LIB="$1/Contents/PlugIns/QtProject/libClangCodeModel_debug.dylib"
if [ ! -f "$_CLANG_CODEMODEL_LIB" ]; then