Hi guys,

I´m with trouble here.

I had a library to build in MSVS2010. I built him and one .lib file was created.


But my version Qt is Qt 4.8.1 for Desktop MSVS 2008 (Qt SDK).

I added in -pro file this
Qt Code:
  1. #LIBS += -L$$PWD/ASN1/lib/ -lASN1
To copy to clipboard, switch view to plain text mode 

When i run the code various errors are detected.
They are all:
Qt Code:
  1. error LNK2019: unresolved external symbol
To copy to clipboard, switch view to plain text mode 

I hope you'll help me.

best regards,
8080205