aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/main.cpp
diff options
context:
space:
mode:
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;