File feature-qt-apps-gtk2-theme.patch of Package enlightenment
Index: enlightenment-0.24.0/src/bin/e_main.c
===================================================================
--- enlightenment-0.24.0.orig/src/bin/e_main.c
+++ enlightenment-0.24.0/src/bin/e_main.c
@@ -343,6 +343,9 @@ main(int argc, char **argv)
e_util_env_set("E_RESTART_OK", NULL);
e_util_env_set("PANTS", "ON");
e_util_env_set("DESKTOP", "Enlightenment");
+ // For now getting Qt themes to use the gtk2 theme engine is the best way
+ // to have something that works, having nothing set leads to no icons.
+ e_util_env_set("QT_QPA_PLATFORMTHEME", "gtk2");
if (getenv("E_ALERT_FONT_DIR"))
e_util_env_set("E_ALERT_FONT_DIR", NULL);
if (getenv("E_ALERT_SYSTEM_BIN"))