553585e275
-changed the app name to JustMotion to match the git repository. -changed the build system away from cmake to qmake now that the app doesn't depend on openCV. -changed the build/install scripts to python based scripts which now includes the ability create an installer.
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
|