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


                                    

                                 
                       
 

                             
                         
 

                                         
      

                                      
                                     


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

TARGET = $$PLUGINS_PREFIX/Input/opus

HEADERS += decoderopusfactory.h \
    decoder_opus.h \
    opusmetadatamodel.h

SOURCES += decoder_opus.cpp \
    decoderopusfactory.cpp \
    opusmetadatamodel.cpp

RESOURCES = translations/translations.qrc

unix {
    target.path = $$LIB_DIR/qmmp/Input
    INSTALLS += target
    PKGCONFIG += taglib opus opusfile
}

win32 {
    LIBS += -lopusfile -lopus -ltag.dll -lm
}