幻像构建错误(在webpage.cpp中添加插件)

时间:2015-09-27 16:23:54

标签: c++ phantomjs

当我在webpage.cpp中添加插件时:

m_customWebPage->settings()->setAttribute(QWebSettings::JavascriptEnabled,true);
m_customWebPage->settings()->setAttribute(QWebSettings::PluginsEnabled,true);
m_customWebPage->setPluginFactory(new FWebPluginFactory(this));

在win7中构建幻像时收到错误。它显示了一个未解析的外部符号:FWebPluginFactory

0 个答案:

没有答案
相关问题