qt/qt4.sh
Rex Dieter 02e85afd47 - -webkit (include in -x11 subpkg), drop separate -webkit-devel
- omit qt4-wrapper.sh deps (since it's not used atm)
- qt-copy-patches-20080429
- Obsoletes/Provides: WebKit-qt(-devel) <|= 1.0.0-1 (#442200)
2008-04-29 20:03:57 +00:00

10 lines
199 B
Bash
Executable File

# Qt4 initialization script (sh)
if [ -z "$QT4DIR" ] ; then
QT4DIR=`/usr/bin/pkg-config --variable=prefix Qt`
QT4DOCDIR=`/usr/bin/pkg-config --variable=docdir Qt`
export QT4DIR QT4DOCDIR
fi