summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Lees (SUSE) <sflees@suse.de>2016-09-13 13:54:11 +0930
committerSimon Lees (SUSE) <sflees@suse.de>2016-09-13 13:54:11 +0930
commit98f5c622917678ba3fff1af02c5e38d072397c68 (patch)
treeb04e210f39a1ff8eea066574cfcaaa6b16556f89
parentf97f8f61aca18e3be3f170e0a205ad728ba269e5 (diff)
downloadenlightenment-98f5c622917678ba3fff1af02c5e38d072397c68.tar.gz
Also set QT_STYLE_OVERRIDE
Qt 5.7 has introduced an extra enviornment var for getting Qt/KDE apps to follow gtk theming so we will export that alongside the one that we already support. Thanks to AJSlye for finding reporting and figuring this out.
-rw-r--r--src/bin/e_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/e_main.c b/src/bin/e_main.c
index 67ee88737d..115a6387d6 100644
--- a/src/bin/e_main.c
+++ b/src/bin/e_main.c
@@ -351,6 +351,7 @@ main(int argc, char **argv)
/* install qt5ct and overwrite this variable with qt5ct and use that to */
/* configure there Qt5 applications. */
e_util_env_set("QT_QPA_PLATFORMTHEME", "gtk2");
+ e_util_env_set("QT_STYLE_OVERRIDE", "gtk2");
TS("Parse Arguments");
_e_main_parse_arguments(argc, argv);