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

Fix for OSX packaging with PlugIns

This commit is contained in:
James Cotton 2011-06-01 14:02:59 -05:00
parent 8f808df113
commit 2f6fe11924

View File

@ -1,8 +1,8 @@
#!/bin/bash
APP="${1?}"
PLUGINS="${APP}/Contents/PlugIns"
OP_PLUGINS="${APP}/Contents/PlugIns/OpenPilot"
PLUGINS="${APP}/Contents/Plugins"
OP_PLUGINS="${APP}/Contents/Plugins/OpenPilot"
QT_LIBS="QtGui QtCore QtSvg QtSql QtOpenGL QtNetwork QtXml QtDBus QtScript phonon"
echo "Processing Qt libraries in $1"