taglib with qt-creator

Scott Wheeler wheeler at kde.org
Sat Nov 28 13:39:14 CET 2009


On Nov 28, 2009, at 8:15 AM, Plasty Grove wrote:

>
> In qt-creator, these values can be set by editing the .pro file of  
> your project and adding in the following variables:
>
> QMAKE_CXXFLAGS += -I /usr/include/taglib -I /usr/include/taglib-extras
> QMAKE_LIBS += -ltag

I hadn't really messed with Qt Creator, so I didn't know how it was  
set up -- but actually if it just uses .pro files it's even easier:

CONFIG += link_pkgconfig
PKGCONFIG += taglib taglib-extras

-Scott


More information about the taglib-devel mailing list