aboutsummaryrefslogblamecommitdiff
path: root/src/plugins/Effect/soxr/soxr.pro
blob: f62c147950c256cbaf7f13843d6e0de5a59cfef9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

                          

                                     







                             
                          


                                         
      
                                     
                      
                     
                                     


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

TARGET = $$PLUGINS_PREFIX/Effect/soxr

HEADERS += soxresampler.h \
 effectsoxrfactory.h \
 settingsdialog.h

SOURCES += soxresampler.cpp \
 effectsoxrfactory.cpp \
 settingsdialog.cpp

FORMS += settingsdialog.ui

RESOURCES = translations/translations.qrc

unix {
    target.path = $$PLUGIN_DIR/Effect
    INSTALLS += target
    PKGCONFIG += soxr
    LIBS += -L/usr/lib -I/usr/include
}

win32 {
    LIBS += -lsoxr
}