From eb25472f1177103eb0b051cd00c09375c087bee0 Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Wed, 5 Jul 2017 12:23:05 +0200 Subject: [PATCH] build: Fixed qt.conf for macOS with case-sensitive file system (issue #404) bug id = 404 --- setup/MacOSX/bundle_install.sh.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/MacOSX/bundle_install.sh.in b/setup/MacOSX/bundle_install.sh.in index cd750a9c..cc19cc61 100755 --- a/setup/MacOSX/bundle_install.sh.in +++ b/setup/MacOSX/bundle_install.sh.in @@ -83,6 +83,9 @@ cp -R ../../../bin/app/data/3rd_party_licenses $RES_DIR/3rd_party_licenses echo -e $INFO "run macdeployqt to copy Qt Frameworks and Plugins" $QT_DIR/bin/macdeployqt $BUNDLE_PATH +echo -e $INFO "edit qt.conf" +sed -i '' -e 's/PlugIns/Plugins/g' $RES_DIR/qt.conf + install_name_tool -delete_rpath "/Users/ebsi/Documents/clang-llvm/build_release/./lib" $APP_PATH install_name_tool -delete_rpath "/Users/ebsi/Documents/clang-llvm/build_release/lib" $APP_PATH install_name_tool -delete_rpath "/Users/ebsi/Documents/boost_1_59_0/stage/lib" $APP_PATH