aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/main.cpp
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-06-17 20:30:05 -0400
committerScott Murray <scott.murray@konsulko.com>2022-07-04 21:23:37 +0000
commite490ff1e1e31b4a837cb8063f7346dc65ffe073e (patch)
tree083e89ee22258db4c91fc8398a6cbbbd5aa14afb /homescreen/src/main.cpp
parentc35327b02a28a83536450a664326d183662e89e1 (diff)
Add VIS vehicle signal support
Update the volume control code to use to use VIS signalling instead of the previous agl-service-audiomixer binding usage. Bug-AGL: SPEC-4409 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ifc622a51991110c7786b80ee0af574ed6ca80561 (cherry picked from commit e3b392b8a0767f35e6dbbdb1e9d126294aebdcb5)
Diffstat (limited to 'homescreen/src/main.cpp')
-rw-r--r--homescreen/src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/homescreen/src/main.cpp b/homescreen/src/main.cpp
index 4e3073f..74ec4f4 100644
--- a/homescreen/src/main.cpp
+++ b/homescreen/src/main.cpp
@@ -248,6 +248,7 @@ load_agl_shell_app(QPlatformNativeInterface *native,
int main(int argc, char *argv[])
{
setenv("QT_QPA_PLATFORM", "wayland", 1);
+ setenv("QT_QUICK_CONTROLS_STYLE", "AGL", 1);
QGuiApplication a(argc, argv);
const char *screen_name;
bool is_demo_val = false;