rm -f $BOOST_LOCK
if module_installed kdelibs3; then lin kdelibs3; fi
if module_installed kdeartwork3; then lin kdeartwork3; fi
if module_installed mosfet-liquid; then lin mosfet-liquid; fi
if module_installed sip; then lin sip; fi
if module_installed PyQt; then lin PyQt; fi

cat << EOF
Certain envrionment variables must be defined before compiling and using 
applications that depend on qt3.
QTDIR=/opt/lunar/qt/3
PATH=/opt/lunar/qt/3/bin:\$PATH

The order of the PATH variable is important if qt3 and qt2 both exist on the 
same machine.
EOF
