Update for app framework removal. 44/27844/1
authorVasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Fri, 29 Jul 2022 10:12:07 +0000 (12:12 +0200)
committerVasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Fri, 29 Jul 2022 10:17:18 +0000 (12:17 +0200)
commit2144b21544b8c871477574b896902f4159c74cae
treec2c57d112199507b3abddcc19354f7a8b35567d2
parent54da9d4383a999d2dc2223e7e5215444e04c3f32
Update for app framework removal.

Changes:
- Remove the autobuild scripts and config.xml used by the app
  framework widget build.
- Update the qmake files to just build a "videoplayer" binary and
  install it into /usr/bin by default.
- Remove the code in main.cpp that handled reading the WebSocket
  command-line arguments and passing them to binding related
  code.
- Add setenv of QT_QUICK_CONTROLS_STYLE to "AGL" to get the AGL
  styling used.  This replaces a global environment variable
  definition tied to the old app framework, and makes it more
  obvious that the style is required for the app to properly
  work.
- Remove MediaScaner based on QtWebSockets which was removed
  from agl-demo-platform

Bug-AGL: SPEC-4182
Change-Id: I022217ffc42da41093a55120554237f95e3aa413
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
app/VideoPlayer.qml
app/api/MediaScanner.qml [deleted file]
app/app.pri [deleted file]
app/app.pro
app/main.cpp
app/videoplayer.qrc
autobuild/agl/autobuild [deleted file]
autobuild/linux/autobuild [deleted file]
package/config.xml [deleted file]
videoplayer.pro