Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > b5bf25a77a3b168bf8d99ab86ad6f246 > files > 2

qtbase5-common-5.12.2-2.1.mga7.armv7hl.rpm

#!/bin/bash
QTDIR5="/usr/lib/qt5" ; export QTDIR5 ;

[ -z $QT5DOCDIR ] && export QT5DOCDIR=/usr/share/doc/qt5

if [ -z $(echo $PATH | grep "/usr/lib/qt5/bin") ]; then
    PATH=${PATH}:/usr/lib/qt5/bin
    export PATH
fi

# Set the QT_PLUGIN_PATH environment variable
if [ -z $(echo $QT_PLUGIN_PATH | grep "kcms") ]; then
    QT_PLUGIN_PATH="/usr/lib/qt5/plugins:/usr/lib/qt5/plugins/kcms:$QT_PLUGIN_PATH"
    export QT_PLUGIN_PATH
fi