summaryrefslogtreecommitdiffstats
path: root/opensuse/core/qt3/qt3.sh
blob: 628ee669e33d24f6f401d48a00296e69e297086a (plain)
1
2
3
4
5
6
case ":${PATH}:" in
  *:/usr/lib/qt3/bin:*) ;;
  *) PATH=$PATH:/usr/lib/qt3/bin
esac
QTDIR=/usr/lib/qt3
export QTDIR