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.pro28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/plugins/PlaylistFormats/xspf/xspf.pro b/src/plugins/PlaylistFormats/xspf/xspf.pro
new file mode 100644
index 000000000..6a2c036a6
--- /dev/null
+++ b/src/plugins/PlaylistFormats/xspf/xspf.pro
@@ -0,0 +1,28 @@
+include(../../plugins.pri)
+
+CONFIG += release \
+warn_on \
+plugin \
+ lib
+
+TARGET =$$PLUGINS_PREFIX/PlaylistFormats/xspfplaylistformat
+QMAKE_CLEAN =$$PLUGINS_PREFIX/PlaylistFormats/libxsplaylistformat.so
+
+TEMPLATE = lib
+QMAKE_LIBDIR += ../../../../lib
+
+isEmpty(LIB_DIR){
+ LIB_DIR = /lib
+}
+target.path = $$LIB_DIR/qmmp/PlayListFormats
+INSTALLS += target
+
+INCLUDEPATH += ../../../../src
+
+LIBS += -lqmmpui
+
+QT += xml
+SOURCES += xspfplaylistformat.cpp
+
+HEADERS += xspfplaylistformat.h
+