Curtis CJ Lewis
Curtis CJ Lewis

Reputation: 11

Using taglib with Qt Creator

I have been googling for a couple days trying to figure out how to use taglib with Qt. After I download taglib from this link (https://github.com/taglib/taglib) I have no idea what to do. Are there any tutorials online that cover how to use taglib with Qt or can anyone steer me in the right direction?

Thanks in advance.

Upvotes: 1

Views: 292

Answers (1)

Mabadai
Mabadai

Reputation: 355

Have you created a Qt project for taglib and operated it as .dll? taglib .pro file:

DEFINES+=MAKE_TAGLIB_LIB

Upvotes: 1

Related Questions