Qt 4.8.x libraries for Windows (VS2022)

186 Views Asked by At

i'm porting an old project from VS2010 to VS2022 but when building the solution i get plenty of LINK errors (unresolved externals) when linking Qt libraries maybe because they where build with VS2010. Does anybody know where can i find (if they exist somewhere) old versions of Qt libs and dll built with new versions of VS?

Error   LNK2001 unresolved external symbol "__declspec(dllimport) public: class QString & __cdecl QString::operator=(class QString &&)" (__imp_??4QString@@QEAAAEAV0@$$QEAV0@@Z)
0

There are 0 best solutions below