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:
parent
8f808df113
commit
2f6fe11924
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user