JustVideo/templates/linux_run_script.sh

6 lines
145 B
Bash
Raw Permalink Normal View History

#!/bin/sh
export QTDIR=$install_dir
export QT_PLUGIN_PATH=$install_dir
export LD_LIBRARY_PATH=$install_dir/lib
$install_dir/$app_target $1 $2 $3