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.pro8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/plugins/PlayListFormats/xspf/xspf.pro b/src/plugins/PlayListFormats/xspf/xspf.pro
index 63e064944..28ba5b736 100644
--- a/src/plugins/PlayListFormats/xspf/xspf.pro
+++ b/src/plugins/PlayListFormats/xspf/xspf.pro
@@ -6,19 +6,12 @@ plugin \
TARGET =$$PLUGINS_PREFIX/PlayListFormats/xspfplaylistformat
-
TEMPLATE = lib
-QMAKE_LIBDIR += ../../../../lib
-
-INCLUDEPATH += ../../../../src
SOURCES += xspfplaylistformat.cpp
HEADERS += xspfplaylistformat.h
unix {
- isEmpty(LIB_DIR){
- LIB_DIR = /lib
- }
target.path = $$LIB_DIR/qmmp/PlayListFormats
INSTALLS += target
@@ -28,6 +21,5 @@ unix {
win32 {
LIBS += -lqmmpui0 -lqmmp0
- QMAKE_LIBDIR += ../../../../bin
}