[SOLVED] Can't link static library to executable - missing declarations?
-
Here I am, again. This is output from Output panel (Compiling EXE with Project.Global.lib (static library)).
@
Project.Global.lib(SingleCoreApplication.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall QLocalServer::listen(class QString const &)" (_imp?listen@QLocalServer@@QAE_NABVQString@@@Z) referenced in function "protected: void __thiscall Project::Global::SingleCoreApplication::init(void)" (?init@SingleCoreApplication@Global@Project@@IAEXXZ)
@Something is missing...it's not available to linker, but what? I think it's missing Qt Classes, but I am not sure...