From: Scott Murray Date: Thu, 16 Dec 2021 21:04:44 +0000 (-0500) Subject: Update for app framework removal X-Git-Tag: 12.91.0~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=95d837913ecb41577980345aeb8a1b3eb710ea2a;hp=95d837913ecb41577980345aeb8a1b3eb710ea2a;p=apps%2Fhvac.git 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 "hvac" 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. Bug-AGL: SPEC-4182 Signed-off-by: Scott Murray Change-Id: I6634a611741b442597dca2978a8dd0a6b6b75341 ---