if is_depends_enabled $SPELL qt6base;then
  OPTS+=" -DUSE_QT_VERSION=6"
else
  OPTS+=" -DUSE_QT_VERSION=5"
fi &&
default_build
