diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-06-23 08:40:19 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-06-23 08:40:19 +0000 |
| commit | e7b2feaf474145eb26ea25bcce122f2a04bcd9fb (patch) | |
| tree | e28752bd4f525e98aaedb4064d68ffd2f33421d2 /src/plugins/Effect | |
| parent | a3403845d56de925c4e7ca53df17f013fe714337 (diff) | |
| download | qmmp-e7b2feaf474145eb26ea25bcce122f2a04bcd9fb.tar.gz qmmp-e7b2feaf474145eb26ea25bcce122f2a04bcd9fb.tar.bz2 qmmp-e7b2feaf474145eb26ea25bcce122f2a04bcd9fb.zip | |
changed plugin path (qmake)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8053 90c681e8-e032-0410-971d-27865f9a5e38
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 } |
