<html><head><style data-externalstyle="true"><!--
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
}

p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst, p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle, p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
line-height:115%;
}
--></style></head><body><div data-externalstyle="false" dir="ltr" style="font-family:Calibri,'Segoe UI',Meiryo,'Microsoft YaHei UI','Microsoft JhengHei UI','Malgun Gothic','Khmer UI','Nirmala UI',Tunga,'Lao UI',Ebrima,sans-serif;font-size:12pt;"><div>Hi,</div><div> </div><div>I'm new bee. I’m working with Qt for making a music player.</div><div>For reading the metadata of mp3 files I found this library is quite useful.</div><div>But I’m experiencing problem because of my lack of knowledge on how to install ‘TagLib’.</div><div>I compiled using CMake Gui tool in Windows8. I got the binary in a folder. But now, according to the install help file I found: </div><div><strong>“<span lang="EN">CMake will create a Visual Studio solution, taglib.sln that you can pen and
build as normal.  </span>”</strong></div><div>My Visual studio is VS2012 for Win8. So, When I open the taglib.sln with that it says <em>“this library is not compatible with this version” </em><u>How should I proceed now?</u></div><div> </div><div>I want the taglib to be included in my Qt Application, there should not be any issues while distributing/deploying my music player application. How could I do this?</div><div>I guess I should <u>compile this library statically </u>so that It can be accessed when bundled with my app. Am I correct?</div><div data-signatureblock="true"><div> </div><div>Regards,</div><div>inblueswithu</div><div> </div></div></div></body></html>