if is_depends_enabled $SPELL qt6base;then
  OPTS+=" -DUSE_QT5=OFF"
else
  OPTS+=" -DUSE_QT5=ON"
fi &&
default_build
