VS2013+QT5.6 error LNK2019

错误 1 error LNK2019: 无法解析的外部符号 "private: void __cdecl demo::on_dealimage_clicked(void)" ([email protected]@@AEAAXXZ),该符号在函数 "private: static void __cdecl demo::qt_static_metacall(class QObject *,enum QMetaObject::Call,int,void * *)" ([email protected]@@[email protected]@[email protected]@@[email protected]) 中被引用 D:\database\db\demo\demo\moc_demo.obj demo


新手在加入信号和槽的时候出错

最终发现只是函数实现没有写或者写的有错误

VS2013+QT5.6 error LNK2019