Files
qt5ct/qt5ct.csh
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

8 lines
170 B
Tcsh

if ( $?XDG_CURRENT_DESKTOP ) then
if ( $XDG_CURRENT_DESKTOP != "KDE" ) then
setenv QT_QPA_PLATFORMTHEME 'qt5ct'
endif
else
setenv QT_QPA_PLATFORMTHEME 'qt5ct'
endif