i'm developing app using QT Creator and external library - librachive. But i cant link it with my project. I have a library file libarchive.so.13.1.2 in my project folder, and this string in my .pro file:
LIBS += -L$$_PRO_FILE_PWD_ -llibarchive.so.13.1.2
And i have an error :-1: error: cannot find -llibarchive.so.13.1.2. I'd tried different filenames and symlinks. What i'm doing wrong?