From a4da0eb5e46e178d34a848b5fdb76dd8453510cd Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 4 Jun 2008 09:51:40 +0000 Subject: moved playlist formats support to plugins git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@397 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/PlaylistFormats/xspf/xspf.pro | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/plugins/PlaylistFormats/xspf/xspf.pro (limited to 'src/plugins/PlaylistFormats/xspf/xspf.pro') 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 + -- cgit v1.2.3-13-gbd6f