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/PlayListFormats | |
| 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/PlayListFormats')
| -rw-r--r-- | src/plugins/PlayListFormats/m3u/m3u.pro | 2 | ||||
| -rw-r--r-- | src/plugins/PlayListFormats/pls/pls.pro | 2 | ||||
| -rw-r--r-- | src/plugins/PlayListFormats/xspf/xspf.pro | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/PlayListFormats/m3u/m3u.pro b/src/plugins/PlayListFormats/m3u/m3u.pro index ae66c0556..a70c5d88e 100644 --- a/src/plugins/PlayListFormats/m3u/m3u.pro +++ b/src/plugins/PlayListFormats/m3u/m3u.pro @@ -9,6 +9,6 @@ SOURCES += m3uplaylistformat.cpp LIBS += $$QMMPUI_LIB unix { - target.path = $$LIB_DIR/qmmp/PlayListFormats + target.path = $$PLUGIN_DIR/PlayListFormats INSTALLS += target } diff --git a/src/plugins/PlayListFormats/pls/pls.pro b/src/plugins/PlayListFormats/pls/pls.pro index 6e5b160b0..104f1fff5 100644 --- a/src/plugins/PlayListFormats/pls/pls.pro +++ b/src/plugins/PlayListFormats/pls/pls.pro @@ -9,6 +9,6 @@ HEADERS += plsplaylistformat.h LIBS += $$QMMPUI_LIB unix { - target.path = $$LIB_DIR/qmmp/PlayListFormats + target.path = $$PLUGIN_DIR/PlayListFormats INSTALLS += target } diff --git a/src/plugins/PlayListFormats/xspf/xspf.pro b/src/plugins/PlayListFormats/xspf/xspf.pro index 5dd274e61..f22b89bf3 100644 --- a/src/plugins/PlayListFormats/xspf/xspf.pro +++ b/src/plugins/PlayListFormats/xspf/xspf.pro @@ -9,6 +9,6 @@ HEADERS += xspfplaylistformat.h LIBS += $$QMMPUI_LIB unix { - target.path = $$LIB_DIR/qmmp/PlayListFormats + target.path = $$PLUGIN_DIR/PlayListFormats INSTALLS += target } |
