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