qt/qt4.csh
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

9 lines
190 B
Tcsh
Executable File

# Qt4 initialization script (csh)
if ( $?QT4DIR ) then
exit
endif
setenv QT4DIR `/usr/bin/pkg-config --variable=prefix Qt`
setenv QT4DOCDIR `/usr/bin/pkg-config --variable=docdir Qt`