using taglib with Qt

Krzysztof dibo20 at wp.pl
Thu Aug 29 20:22:12 UTC 2013


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
(I have subfolder "taglib" )

INCLUDEPATH += $$PWD/taglib

unix {
        LIBS += -L$$PWD/../libs/linux64/ -ltag
}

And then just importing taglib headers in my source. Code above is
automatically generated when you click on project -> add library
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/taglib-devel/attachments/20130829/b719ec4a/attachment.html>


More information about the taglib-devel mailing list