1 2 3 4 5 6 7 8 9
|
config.obj : error LNK2001: symbole externe non résolu "public: virtual int __thiscall Config::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@Config@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
config.obj : error LNK2001: symbole externe non résolu "public: virtual void * __thiscall Config::qt_metacast(char const *)" (?qt_metacast@Config@@UAEPAXPBD@Z)
config.obj : error LNK2001: symbole externe non résolu "public: virtual struct QMetaObject const * __thiscall Config::metaObject(void)const " (?metaObject@Config@@UBEPBUQMetaObject@@XZ)
plugin.obj : error LNK2001: symbole externe non résolu "__declspec(dllimport) public: int __cdecl QDialog::exec(void)" (__imp_?exec@QDialog@@QEAAHXZ)
config.obj : error LNK2001: symbole externe non résolu "__declspec(dllimport) protected: virtual bool __cdecl QDialog::eventFilter(class QObject *,class QEvent *)" (__imp_?eventFilter@QDialog@@MEAA_NPEAVQObject@@PEAVQEvent@@@Z)
config.obj : error LNK2001: symbole externe non résolu "__declspec(dllimport) protected: virtual void __cdecl QDialog::contextMenuEvent(class QContextMenuEvent *)" (__imp_?contextMenuEvent@QDialog@@MEAAXPEAVQContextMenuEvent@@@Z)
config.obj : error LNK2001: symbole externe non résolu "__declspec(dllimport) protected: virtual void __cdecl QDialog::resizeEvent(class QResizeEvent *)" (__imp_?resizeEvent@QDialog@@MEAAXPEAVQResizeEvent@@@Z) |