Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 1a50fdb7525746e04a666f1cbe2372ab > files > 3

qtbase5-common-5.12.6-4.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