aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/PlayListFormats/xspf/xspf.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/PlayListFormats/xspf/xspf.pro')
-rw-r--r--src/plugins/PlayListFormats/xspf/xspf.pro4
1 files changed, 2 insertions, 2 deletions
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
}