Two Ways:
1. Put the BingSiteAuth.xml file in your Q2A site root.
2. Add following code to your theme's qa-theme.php:
function head_custom() {
qa_html_theme_base::head_custom();
$this->output('<meta name="msvalidate.01" content="YOUR_BING_VERIFY_ID_HERE" />');
}