From 79f5b3ca078825a2e772433e09c3dbd1ad4faba7 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 11 Jan 2016 13:30:49 +0000 Subject: added soxr plugin git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5982 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Effect/soxr/soxr.pro | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/plugins/Effect/soxr/soxr.pro (limited to 'src/plugins/Effect/soxr/soxr.pro') diff --git a/src/plugins/Effect/soxr/soxr.pro b/src/plugins/Effect/soxr/soxr.pro new file mode 100644 index 000000000..4421d8287 --- /dev/null +++ b/src/plugins/Effect/soxr/soxr.pro @@ -0,0 +1,32 @@ +include(../../plugins.pri) + +HEADERS += soxresampler.h \ + effectsoxrfactory.h \ + settingsdialog.h + +SOURCES += soxresampler.cpp \ + effectsoxrfactory.cpp \ + settingsdialog.cpp + +TARGET=$$PLUGINS_PREFIX/Effect/soxr +QMAKE_CLEAN =$$PLUGINS_PREFIX/Effect/libsoxr.so +INCLUDEPATH += ../../../ +CONFIG += warn_on \ +plugin \ +link_pkgconfig + +PKGCONFIG += soxr +TEMPLATE = lib +QMAKE_LIBDIR += ../../../../lib +LIBS += -lqmmp -L/usr/lib -I/usr/include + +RESOURCES = translations/translations.qrc + +isEmpty(LIB_DIR){ + LIB_DIR = /lib +} +target.path = $$LIB_DIR/qmmp/Effect +INSTALLS += target + +FORMS += settingsdialog.ui + -- cgit v1.2.3-13-gbd6f