1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Small fix for OSX packaging which makes the SDL library be included. Should

fix error message about missing GCS Control.
This commit is contained in:
James Cotton 2011-07-14 13:56:48 -05:00
parent 61e5d14d0d
commit 86997c5c3e

View File

@ -3,7 +3,7 @@
APP="${1?}"
PLUGINS="${APP}/Contents/Plugins"
OP_PLUGINS="${APP}/Contents/Plugins/OpenPilot"
QT_LIBS="QtGui QtCore QtSvg QtSql QtOpenGL QtNetwork QtXml QtDBus QtScript phonon"
QT_LIBS="QtGui QtCore QtSvg QtSql QtOpenGL QtNetwork QtXml QtDBus QtScript phonon SDL"
echo "Processing Qt libraries in $1"
macdeployqt "${APP}"
@ -19,6 +19,7 @@ do
done
done
# should be redundant but some libs missed by main app and macdeployqt
for f in ${QT_LIBS}
do