QTDIR="${QTDIR:-$INSTALL_ROOT/usr}"
PATH="$QTDIR/bin/qt4:$PATH"
./configure --prefix=$INSTALL_ROOT/usr  &&
default_build_make
