Closed Alvazz closed 1 month ago
mainwindow.obj : error LNK2019: unresolved external symbol "declspec(dllimport) public: static bool cdecl JlCompress::compressDir(class QString,class QString,bool)" (_imp?compressDir@JlCompress@@SA_NVQString@@0_N@Z) referenced in function "private: void __cdecl MainWindow::OnPackPlugin(void)" (?OnPackPlugin@MainWindow@@AEAAXXZ)
static link
The error indicates that quazip is not being linked into your project. Without knowing your setup (Cmake? Visual studio?) it's hard to give any further advice. Reopen if the issue is still relavant.