mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
OP-1155 OSX Package: change QtQuick plugin path for install_name_tool processing
This commit is contained in:
parent
589074cf24
commit
8a7dda78d5
@ -31,7 +31,7 @@ echo "Running macdeployqt from ${QT_DIR}../bin/macdeployqt"
|
||||
echo "Qml2Imports = Imports" >> "${APP}/"Contents/Resources/qt.conf
|
||||
|
||||
echo "Processing Qt libraries paths in ${APP}"
|
||||
for f in "${PLUGINS}/"*.dylib "${OP_PLUGINS}/"*.dylib "${APP}/"Contents/MacOS/QtQuick.2/*.dylib "${APP}/"Contents/MacOS/QtQuick/*/*.dylib
|
||||
for f in "${PLUGINS}/"*.dylib "${OP_PLUGINS}/"*.dylib "${APP}/"Contents/Imports/QtQuick.2/*.dylib "${APP}/"Contents/Imports/QtQuick/*/*.dylib
|
||||
do
|
||||
if [ -f "${f}" ] && [ ! -L "${f}" ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user