From b3771305095bfaa2c23528f2092cb2edcaf11a47 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Thu, 6 Apr 2017 18:48:32 -0700 Subject: Specify absolute path to macdeployqt This script receives the QT_INSTALL_BINS directory as an input argument, so make use of it so that the caller does not need to have that path in the PATH in order to find macdeployqt. Change-Id: I5e5197104119a19ecda83c3bbc256f3fe492c0a6 Reviewed-by: Oswald Buddenhagen Reviewed-by: Gabriel de Dietrich Reviewed-by: Eike Ziller --- scripts/deployqtHelper_mac.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/deployqtHelper_mac.sh b/scripts/deployqtHelper_mac.sh index 5039c89e82..2ee40242f5 100755 --- a/scripts/deployqtHelper_mac.sh +++ b/scripts/deployqtHelper_mac.sh @@ -134,9 +134,9 @@ if [ ! -d "$app_path/Contents/Frameworks/QtCore.framework" ]; then qbsapp="$app_path/Contents/MacOS/qbs" - echo "- Running macdeployqt ($(which macdeployqt))" + echo "- Running macdeployqt ($bin_src/macdeployqt)" - macdeployqt "$app_path" \ + "$bin_src/macdeployqt" "$app_path" \ "-executable=$app_path/Contents/MacOS/qtdiag" \ "-executable=$resource_path/qtpromaker" \ "-executable=$resource_path/sdktool" \ -- cgit v1.2.3