-re-added recordloop as a thread within the app.
-the app no longer use mutiple services and will instead fully
operate in a single master service.
-build/install.py will now install the app as a single service.
-added/updated -s, -r and -q options to manage the single master
service.
-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.