开发者

Linking TagLib to my Qt app on Windows?

I compiled taglib.dll using there instructions: http://www.joelverhagen.com/blog/2010/11/how-to-compile-taglib-on-windows/

I now try to link it with my application using the following options: win32:LIBS += -L"./resources/win" -ltag

ld.exe fails saying -ltag cannot be found. I've tried this with -L"C:/absolute/path" -ltag and a number of other ways but always the same. The taglib.dl开发者_高级运维l file is located in ./resources/win/... What am I doing wrong?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜