Exit if we're building with Qt and we can't find macdeployqt.

svn path=/trunk/; revision=52853
This commit is contained in:
Gerald Combs 2013-10-25 21:37:30 +00:00
parent a049a2027c
commit 7a3febacac
1 changed files with 2 additions and 2 deletions

View File

@ -562,12 +562,12 @@ rpathify_files () {
}
if [ "$ui_toolkit" = "qt" ] ; then
macdeployqt "$bundle" -verbose=2
macdeployqt "$bundle" -verbose=2 || exit 1
fi
PATHLENGTH=`echo $LIBPREFIX | wc -c`
if [ "$PATHLENGTH" -ge "6" ]; then
# If the LIBPREFIX path is long enough to allow
# If the LIBPREFIX path is long enough to allow
# path rewriting, then do this.
# 6 is the length of @rpath, which replaces LIBPREFIX.
rpathify_files