↧
Answer by gsa for How to build C++ libraries for use in Qt
If you have sources of TagLib, you can create a solution in MS VS 2015, then add a subproject that contains your Qt project and another subproject (namely DLL library) that contains TagLib. After that...
View ArticleHow to build C++ libraries for use in Qt
This question is related to this one I posted earlier : How to include a library in a Qt project. I'm trying to create Qt a project that uses the TagLib library. I'm not really sure of how exactly to...
View Article