qgroundcontrol-start.sh 162 Bytes
Newer Older
1
#!/bin/sh
2 3 4
export LD_LIBRARY_PATH=`pwd`/Qt/libs:$LD_LIBRARY_PATH
export QML2_IMPORT_PATH=`pwd`/Qt/qml
export QT_PLUGIN_PATH=`pwd`/Qt/plugins
5
./qgroundcontrol "$@"