aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/PlayListFormats
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/PlayListFormats')
-rw-r--r--src/plugins/PlayListFormats/m3u/m3u.pro4
-rw-r--r--src/plugins/PlayListFormats/pls/pls.pro2
-rw-r--r--src/plugins/PlayListFormats/xspf/xspf.pro4
3 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/PlayListFormats/m3u/m3u.pro b/src/plugins/PlayListFormats/m3u/m3u.pro
index 63a6566af..b275eaa7d 100644
--- a/src/plugins/PlayListFormats/m3u/m3u.pro
+++ b/src/plugins/PlayListFormats/m3u/m3u.pro
@@ -19,10 +19,10 @@ unix {
isEmpty(LIB_DIR){
LIB_DIR = /lib
}
- target.path = $$LIB_DIR/qmmp/PlaylistFormats
+ target.path = $$LIB_DIR/qmmp/PlayListFormats
INSTALLS += target
- QMAKE_CLEAN =$$PLUGINS_PREFIX/General/libm3uplaylistformat.so
+ QMAKE_CLEAN =$$PLUGINS_PREFIX/PlayListFormats/libm3uplaylistformat.so
LIBS += -lqmmpui
}
diff --git a/src/plugins/PlayListFormats/pls/pls.pro b/src/plugins/PlayListFormats/pls/pls.pro
index b3e723d64..553220d37 100644
--- a/src/plugins/PlayListFormats/pls/pls.pro
+++ b/src/plugins/PlayListFormats/pls/pls.pro
@@ -20,7 +20,7 @@ unix {
isEmpty(LIB_DIR){
LIB_DIR = /lib
}
- target.path = $$LIB_DIR/qmmp/PlaylistFormats
+ target.path = $$LIB_DIR/qmmp/PlayListFormats
INSTALLS += target
QMAKE_CLEAN =$$PLUGINS_PREFIX/PlayListFormats/plsplaylistformat.so
diff --git a/src/plugins/PlayListFormats/xspf/xspf.pro b/src/plugins/PlayListFormats/xspf/xspf.pro
index 01c2eecfa..a7ca309b5 100644
--- a/src/plugins/PlayListFormats/xspf/xspf.pro
+++ b/src/plugins/PlayListFormats/xspf/xspf.pro
@@ -21,10 +21,10 @@ unix {
isEmpty(LIB_DIR){
LIB_DIR = /lib
}
- target.path = $$LIB_DIR/qmmp/PlaylistFormats
+ target.path = $$LIB_DIR/qmmp/PlayListFormats
INSTALLS += target
- QMAKE_CLEAN =$$PLUGINS_PREFIX/PlaylistFormats/libxsplaylistformat.so
+ QMAKE_CLEAN =$$PLUGINS_PREFIX/PlayListFormats/libxsplaylistformat.so
LIBS += -lqmmpui -lqmmp
}