1include(../../plugins.pri)
2
3TARGET = $$PLUGINS_PREFIX/Input/aac
4
5HEADERS += decoderaacfactory.h \
6    decoder_aac.h \
7    aacfile.h
8SOURCES += decoder_aac.cpp \
9    decoderaacfactory.cpp \
10    aacfile.cpp
11
12RESOURCES = translations/translations.qrc
13
14LIBS += -lfaad \
15    -L/usr/lib \
16    -I/usr/include
17PKGCONFIG += taglib
18
19target.path = $$PLUGIN_DIR/Input
20INSTALLS += target
21