aboutsummaryrefslogblamecommitdiff
path: root/src/plugins/Input/aac/aac.pro
blob: f7d618b517f9e0468044244071cf099c64c1a44d (plain) (tree)
1
2
3
4
5
6
7
8
9
                          


                                   
                                
                   
             
                            
                           
               


                                         
                

                  
                   
 
                                
                  
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/Input/aac

HEADERS += decoderaacfactory.h \
    decoder_aac.h \
    aacfile.h
SOURCES += decoder_aac.cpp \
    decoderaacfactory.cpp \
    aacfile.cpp

RESOURCES = translations/translations.qrc

LIBS += -lfaad \
    -L/usr/lib \
    -I/usr/include
PKGCONFIG += taglib

target.path = $$PLUGIN_DIR/Input
INSTALLS += target