6 lines
145 B
Bash
6 lines
145 B
Bash
|
#!/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
|