Compiling TagLib into Qt C++ Project on Windows
问题 I am currently trying to make the move from C# and break free from my platform boundaries by using Qt / C++. I was using TagLibSharp in my old project, but I'm now trying to use the original C++ source found here: http://developer.kde.org/~wheeler/taglib.html I am in a world of hurt trying to compile this into my application. Most of this Linux based C++ is gibberish to me and I don't know how to properly include this library into my project with Qt. I'm using Qt Creator for the bulk of my