diff options
Diffstat (limited to 'src/plugins/Effect')
| -rw-r--r-- | src/plugins/Effect/bs2b/bs2b.pro | 6 | ||||
| -rw-r--r-- | src/plugins/Effect/crossfade/crossfade.pro | 10 | ||||
| -rw-r--r-- | src/plugins/Effect/filewriter/filewriter.pro | 4 | ||||
| -rw-r--r-- | src/plugins/Effect/ladspa/ladspa.pro | 10 | ||||
| -rw-r--r-- | src/plugins/Effect/soxr/soxr.pro | 9 | ||||
| -rw-r--r-- | src/plugins/Effect/stereo/stereo.pro | 11 |
6 files changed, 6 insertions, 44 deletions
diff --git a/src/plugins/Effect/bs2b/bs2b.pro b/src/plugins/Effect/bs2b/bs2b.pro index 388e26348..8378b9943 100644 --- a/src/plugins/Effect/bs2b/bs2b.pro +++ b/src/plugins/Effect/bs2b/bs2b.pro @@ -10,12 +10,6 @@ SOURCES += bs2bplugin.cpp \ TARGET =$$PLUGINS_PREFIX/Effect/bs2b -CONFIG += warn_on \ -plugin \ -link_pkgconfig - -TEMPLATE = lib - RESOURCES = translations/translations.qrc FORMS += settingsdialog.ui diff --git a/src/plugins/Effect/crossfade/crossfade.pro b/src/plugins/Effect/crossfade/crossfade.pro index df93c9b73..db0348ad7 100644 --- a/src/plugins/Effect/crossfade/crossfade.pro +++ b/src/plugins/Effect/crossfade/crossfade.pro @@ -10,11 +10,6 @@ SOURCES += crossfadeplugin.cpp \ TARGET =$$PLUGINS_PREFIX/Effect/crossfade -CONFIG += warn_on \ -plugin - -TEMPLATE = lib - RESOURCES = translations/translations.qrc FORMS += settingsdialog.ui @@ -22,12 +17,7 @@ FORMS += settingsdialog.ui unix { target.path = $$LIB_DIR/qmmp/Effect INSTALLS += target - - LIBS += -lqmmp -L/usr/lib -I/usr/include QMAKE_CLEAN =$$PLUGINS_PREFIX/Effect/libcrossfade.so } -win32 { - LIBS += -lqmmp0 -} diff --git a/src/plugins/Effect/filewriter/filewriter.pro b/src/plugins/Effect/filewriter/filewriter.pro index 2038815fb..937044e5e 100644 --- a/src/plugins/Effect/filewriter/filewriter.pro +++ b/src/plugins/Effect/filewriter/filewriter.pro @@ -10,10 +10,6 @@ SOURCES += effectfilewriterfactory.cpp \ TARGET =$$PLUGINS_PREFIX/Effect/filewriter -CONFIG += warn_on plugin link_pkgconfig - -TEMPLATE = lib - RESOURCES = translations/translations.qrc unix { diff --git a/src/plugins/Effect/ladspa/ladspa.pro b/src/plugins/Effect/ladspa/ladspa.pro index 383c76de1..2b8f94d84 100644 --- a/src/plugins/Effect/ladspa/ladspa.pro +++ b/src/plugins/Effect/ladspa/ladspa.pro @@ -12,15 +12,11 @@ SOURCES += ladspahost.cpp \ ladspaslider.cpp \ ladspahelper.cpp \ ladspabutton.cpp + TARGET = $$PLUGINS_PREFIX/Effect/ladspa QMAKE_CLEAN = $$PLUGINS_PREFIX/Effect/libladspa.so -CONFIG += warn_on \ - plugin \ - link_pkgconfig -TEMPLATE = lib -LIBS += -lqmmp \ - -L/usr/lib \ - -I/usr/include + +LIBS += -L/usr/lib -I/usr/include linux-g++|linux-g++-32|linux-g++-64:LIBS += -ldl diff --git a/src/plugins/Effect/soxr/soxr.pro b/src/plugins/Effect/soxr/soxr.pro index 49e03b78f..a5cf61f80 100644 --- a/src/plugins/Effect/soxr/soxr.pro +++ b/src/plugins/Effect/soxr/soxr.pro @@ -10,23 +10,18 @@ SOURCES += soxresampler.cpp \ TARGET=$$PLUGINS_PREFIX/Effect/soxr QMAKE_CLEAN =$$PLUGINS_PREFIX/Effect/libsoxr.so -CONFIG += warn_on \ -plugin - -TEMPLATE = lib RESOURCES = translations/translations.qrc unix { target.path = $$LIB_DIR/qmmp/Effect INSTALLS += target - CONFIG += link_pkgconfig PKGCONFIG += soxr - LIBS += -lqmmp -L/usr/lib -I/usr/include + LIBS += -L/usr/lib -I/usr/include } win32 { - LIBS += -lqmmp0 -lsoxr + LIBS += -lsoxr } FORMS += settingsdialog.ui diff --git a/src/plugins/Effect/stereo/stereo.pro b/src/plugins/Effect/stereo/stereo.pro index 4e605e39e..ee783eaa8 100644 --- a/src/plugins/Effect/stereo/stereo.pro +++ b/src/plugins/Effect/stereo/stereo.pro @@ -10,11 +10,6 @@ SOURCES += stereoplugin.cpp \ TARGET =$$PLUGINS_PREFIX/Effect/stereo -CONFIG += warn_on \ -plugin - -TEMPLATE = lib - RESOURCES = translations/translations.qrc FORMS += settingsdialog.ui @@ -23,10 +18,6 @@ unix { target.path = $$LIB_DIR/qmmp/Effect INSTALLS += target - LIBS += -lqmmp -L/usr/lib -I/usr/include - QMAKE_CLEAN =$$PLUGINS_PREFIX/Effect/libstereo.so -} -win32 { - LIBS += -lqmmp0 + QMAKE_CLEAN =$$PLUGINS_PREFIX/Effect/libstereo.so } |
