# Set QTDIR for csh
if (!  $?QTDIR ) then
	setenv QTDIR /usr/lib/qt3/
endif

if ( `test -x /usr/bin/pkg-config` ) then
	if (! $?QTINC ) then
		setenv QTINC `/usr/bin/pkg-config --variable=includedir qt-mt`
	endif
	if (! $?QTLIB ) then
		setenv QTLIB `/usr/bin/pkg-config --variable=libdir qt-mt`
	endif
endif

