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.pro2
-rw-r--r--src/plugins/PlayListFormats/pls/pls.pro2
-rw-r--r--src/plugins/PlayListFormats/xspf/xspf.pro2
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
}