<div dir="ltr"><div><div>I'm using taglib in qt project without problems. Previously I used QT Creator to compile taglib binary but finally I'm using standard compile instructions. Then in my project which is using this lib I'm just adding<br>
</div>(I have subfolder "taglib" )<br><br>INCLUDEPATH += $$PWD/taglib<br><br>unix {<br>        LIBS += -L$$PWD/../libs/linux64/ -ltag<br>}<br><br></div>And then just importing taglib headers in my source. Code above is automatically generated when you click on project -> add library<br>
</div>