2013-03-13 33 views
1

我想使用QCustomPlot的功能从我的openCV项目中绘制一些结果。QCustomPlot链接器

我没有找到一种方法将QCustomPlot添加到我的Microsoft Visual Studio 2010.我已经将cpp和h文件包含进了我的项目中。但是,我认为,仍然缺少对我来说是关于它的连接器和附加的依赖关系(的.lib文件)

1>moc_ex4.obj : error LNK2019: unresolved external symbol "public: void __thiscall ex4::plot_graphs(void)" ([email protected]@@QAEXXZ) referenced in function "private: static void __cdecl ex4::qt_static_metacall(class QObject *,enum QMetaObject::Call,int,void * *)" ([email protected]@@[email protected]@[email protected]@@[email protected]) 
1>C:\Users\310114602\Documents\Visual Studio 2010\Projects\ex4_120313\Win32\Debug\\ex4.exe : fatal error LNK1120: 1 unresolved externals 

我寻找,但没有结果。

我应该在哪里下载它?

回答