Files
qt5ct/qt5ct.sh
Alexei Sorokin 6783904ac7 Accepting request 492216 from home:lnussel:branches:KDE:Qt5
- Don't set QT_QPA_PLATFORMTHEME when running a KDE session to avoid
  overriding the settings defined there (boo#920792).

OBS-URL: https://build.opensuse.org/request/show/492216
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/qt5ct?expand=0&rev=18
2017-04-30 12:17:18 +00:00

4 lines
85 B
Bash

if [ "$XDG_CURRENT_DESKTOP" != "KDE" ]; then
export QT_QPA_PLATFORMTHEME='qt5ct'
fi