macdeployqt: Fix rpath setting for additional executables
authorEike Ziller <eike.ziller@theqtcompany.com>
Mon, 15 Jun 2015 09:39:06 +0000 (11:39 +0200)
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>
Mon, 15 Jun 2015 10:34:01 +0000 (10:34 +0000)
commitd7f40baf8866eeb9840608b43bd84e27818824af
treeea83455cdb40f68ccc569fd4d3efdc8524764b43
parent6c8954b07807e31dbc8967ba6d92d4d022073087
macdeployqt: Fix rpath setting for additional executables

Additional executables can lie anywhere within the app bundle, so we
have to individually calculate the corresponding rpath instead of hard
coding to @loader_path/../Frameworks.

Task-number: QTBUG-46660
Change-Id: If213ad002b38a6690a30e7aeae47e201fdc4800c
Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
src/macdeployqt/shared/shared.cpp