From e7b2feaf474145eb26ea25bcce122f2a04bcd9fb Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 23 Jun 2018 08:40:19 +0000 Subject: changed plugin path (qmake) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8053 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Effect/bs2b/bs2b.pro | 2 +- src/plugins/Effect/crossfade/crossfade.pro | 2 +- src/plugins/Effect/filewriter/filewriter.pro | 2 +- src/plugins/Effect/ladspa/ladspa.pro | 2 +- src/plugins/Effect/soxr/soxr.pro | 2 +- src/plugins/Effect/stereo/stereo.pro | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/plugins/Effect') 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 } -- cgit v1.2.3-13-gbd6f