-added the conf open option to the file menu.
-added /installers to the git ignore file so the large installer
files don't get included in the git repo.
-the build script will no longer include libc because it doesn't
need it and having it was causing seg faults on the deployed app.
-releasing to main.
-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.