diff options
Diffstat (limited to 'src/plugins/Effect')
| -rw-r--r-- | src/plugins/Effect/bs2b/bs2b.pro | 2 | ||||
| -rw-r--r-- | src/plugins/Effect/crossfade/crossfade.pro | 2 | ||||
| -rw-r--r-- | src/plugins/Effect/filewriter/filewriter.pro | 2 | ||||
| -rw-r--r-- | src/plugins/Effect/ladspa/ladspa.pro | 2 | ||||
| -rw-r--r-- | src/plugins/Effect/soxr/soxr.pro | 2 | ||||
| -rw-r--r-- | src/plugins/Effect/stereo/stereo.pro | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/Effect/bs2b/bs2b.pro b/src/plugins/Effect/bs2b/bs2b.pro index 49472b97a..ed5f45bb8 100644 --- a/src/plugins/Effect/bs2b/bs2b.pro +++ b/src/plugins/Effect/bs2b/bs2b.pro @@ -15,7 +15,7 @@ FORMS += settingsdialog.ui RESOURCES = translations/translations.qrc unix { - target.path = $$LIB_DIR/qmmp/Effect + target.path = $$PLUGIN_DIR/Effect INSTALLS += target PKGCONFIG += libbs2b LIBS += -L/usr/lib -I/usr/include diff --git a/src/plugins/Effect/crossfade/crossfade.pro b/src/plugins/Effect/crossfade/crossfade.pro index 84378c3e8..6c4d07754 100644 --- a/src/plugins/Effect/crossfade/crossfade.pro +++ b/src/plugins/Effect/crossfade/crossfade.pro @@ -15,6 +15,6 @@ FORMS += settingsdialog.ui RESOURCES = translations/translations.qrc unix { - target.path = $$LIB_DIR/qmmp/Effect + target.path = $$PLUGIN_DIR/Effect INSTALLS += target } diff --git a/src/plugins/Effect/filewriter/filewriter.pro b/src/plugins/Effect/filewriter/filewriter.pro index ce1e096a2..770604428 100644 --- a/src/plugins/Effect/filewriter/filewriter.pro +++ b/src/plugins/Effect/filewriter/filewriter.pro @@ -17,7 +17,7 @@ RESOURCES = translations/translations.qrc LIBS += $$QMMPUI_LIB unix { - target.path = $$LIB_DIR/qmmp/Effect + target.path = $$PLUGIN_DIR/Effect INSTALLS += target PKGCONFIG += ogg vorbis vorbisenc } diff --git a/src/plugins/Effect/ladspa/ladspa.pro b/src/plugins/Effect/ladspa/ladspa.pro index 7fb3402e7..3ed178a3a 100644 --- a/src/plugins/Effect/ladspa/ladspa.pro +++ b/src/plugins/Effect/ladspa/ladspa.pro @@ -24,5 +24,5 @@ RESOURCES = translations/translations.qrc LIBS += -L/usr/lib -I/usr/include linux-g++|linux-g++-32|linux-g++-64:LIBS += -ldl -target.path = $$LIB_DIR/qmmp/Effect +target.path = $$PLUGIN_DIR/Effect INSTALLS += target diff --git a/src/plugins/Effect/soxr/soxr.pro b/src/plugins/Effect/soxr/soxr.pro index 904146726..f62c14795 100644 --- a/src/plugins/Effect/soxr/soxr.pro +++ b/src/plugins/Effect/soxr/soxr.pro @@ -15,7 +15,7 @@ FORMS += settingsdialog.ui RESOURCES = translations/translations.qrc unix { - target.path = $$LIB_DIR/qmmp/Effect + target.path = $$PLUGIN_DIR/Effect INSTALLS += target PKGCONFIG += soxr LIBS += -L/usr/lib -I/usr/include diff --git a/src/plugins/Effect/stereo/stereo.pro b/src/plugins/Effect/stereo/stereo.pro index 1b1af5173..4e7601878 100644 --- a/src/plugins/Effect/stereo/stereo.pro +++ b/src/plugins/Effect/stereo/stereo.pro @@ -15,6 +15,6 @@ FORMS += settingsdialog.ui RESOURCES = translations/translations.qrc unix { - target.path = $$LIB_DIR/qmmp/Effect + target.path = $$PLUGIN_DIR/Effect INSTALLS += target } |
