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

                          

                                       
                                    
                            
 
                                
                                    
 
                                         
 
      
                                    
                      
                        


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

TARGET = $$PLUGINS_PREFIX/Input/sndfile

HEADERS += decodersndfilefactory.h \
           decoder_sndfile.h

SOURCES += decoder_sndfile.cpp \
           decodersndfilefactory.cpp

RESOURCES = translations/translations.qrc

unix {
    target.path = $$PLUGIN_DIR/Input
    INSTALLS += target
    PKGCONFIG += sndfile
}

win32 {
    LIBS += -lsndfile -lflac -lvorbisenc -lvorbis -logg
}