All you have to do is enable plugins. See the python specific Qt example but in C++ its like this.
QWebPage *webpage = ...
webpage->settings()->setAttribute(QWebSettings::PluginsEnabled, true);
Plugins are loaded by NPAPI
http://en.wikipedia.org/wiki/NPAPI