mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
6 lines
210 B
Bash
6 lines
210 B
Bash
#!/bin/sh
|
|
|
|
# set qt plugin path for kde4/qt4, otherwise qt4 plugin will not picked up by qt4/kde4 application.
|
|
export QT_PLUGIN_PATH=${QT_PLUGIN_PATH+$QT_PLUGIN_PATH:}/usr/lib/kde4/plugins:/usr/lib/qt/plugins
|
|
|