File feature-qt-apps-gtk2-theme.patch of Package enlightenment
Index: enlightenment-0.22.2/src/bin/e_main.c
===================================================================
--- enlightenment-0.22.2.orig/src/bin/e_main.c
+++ enlightenment-0.22.2/src/bin/e_main.c
@@ -329,6 +329,10 @@ main(int argc, char **argv)
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");
+
strshare = eina_stringshare_printf("%s/enlightenment_askpass",
e_prefix_bin_get());
if (strshare)