aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/PlayListFormats/xspf
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/PlayListFormats/xspf')
-rw-r--r--src/plugins/PlayListFormats/xspf/xspf.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/PlayListFormats/xspf/xspf.pro b/src/plugins/PlayListFormats/xspf/xspf.pro
index 42d1da5a6..c0e45b516 100644
--- a/src/plugins/PlayListFormats/xspf/xspf.pro
+++ b/src/plugins/PlayListFormats/xspf/xspf.pro
@@ -1,8 +1,9 @@
include(../../plugins.pri)
-TARGET =$$PLUGINS_PREFIX/PlayListFormats/xspfplaylistformat
+TARGET = $$PLUGINS_PREFIX/PlayListFormats/xspfplaylistformat
SOURCES += xspfplaylistformat.cpp
+
HEADERS += xspfplaylistformat.h
LIBS += -lqmmpui
@@ -10,7 +11,4 @@ LIBS += -lqmmpui
unix {
target.path = $$LIB_DIR/qmmp/PlayListFormats
INSTALLS += target
-
- QMAKE_CLEAN =$$PLUGINS_PREFIX/PlayListFormats/libxsplaylistformat.so
-
}