Re: URGENT: We need to revert Qt from 5.14.2 to 5.14.1 in the reps
Reply #13 –
qt5ct package provides a Qt5 QPA independent of the desktop environment and a configuration utility. After installing the package, run qt5ct to set an icon theme, and set the environment variable QT_QPA_PLATFORMTHEME="qt5ct" (no gtk2!) so that the settings are picked up by Qt applications. Alternatively, use --platformtheme qt5ct as argument to the Qt5 application.
[alois@raven ~]$ cat /etc/profile.d/qt5ct.sh
export QT_QPA_PLATFORMTHEME=qt5ct