编译的时候遇到了几个这样的错误,不知道从哪里着手修改,请大家指点下,先多谢了!
application.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: class QVariant const & __thiscall ZProperty::propertyValue(void)const " (__imp_?propertyValue@ZProperty@@QBEABVQVariant@@XZ),该符号在函数 "public: void __thiscall ApplicationWindow::elementPicked(class SVG_Element *)" (?elementPicked@ApplicationWindow@@QAEXPAVSVG_Element@@@Z) 中被引用
application.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: class ZString const & __thiscall ZProperty::propertyName(void)const " (__imp_?propertyName@ZProperty@@QBEABVZString@@XZ),该符号在函数 "public: void __thiscall ApplicationWindow::elementPicked(class SVG_Element *)" (?elementPicked@ApplicationWindow@@QAEXPAVSVG_Element@@@Z) 中被引用
总共有5个,看起来应该是一类错误,所以为了节省空间就贴了以上两个。