Skip to content
Snippets Groups Projects
Commit c75e7534 authored by Don Gagne's avatar Don Gagne
Browse files

Command line passing, fix path

parent 0857da47
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
export LD_LIBRARY_PATH=$HOME/Qt/5.5/gcc_64/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/Qt/5.5/gcc_64/lib
export QML_IMPORT_PATH=$HOME/Qt/5.5/gcc_64/qml/
export QML2_IMPORT_PATH=$HOME/Qt/5.5/gcc_64/qml/
export QT_QPA_PLATFORM_PLUGIN_PATH=$HOME/Qt/5.5/gcc_64/plugins/platforms/
./qgroundcontrol
./qgroundcontrol "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment