if is_depends_enabled $SPELL qt4;then
  QTDIR="${QTDIR:-$INSTALL_ROOT/usr}" &&
  PATH="$QTDIR/bin/qt4:$PATH"
fi &&
cmake_build
