diff options
Diffstat (limited to 'src/plugins/PlayListFormats/xspf/xspf.pro')
| -rw-r--r-- | src/plugins/PlayListFormats/xspf/xspf.pro | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/src/plugins/PlayListFormats/xspf/xspf.pro b/src/plugins/PlayListFormats/xspf/xspf.pro index 28ba5b736..42d1da5a6 100644 --- a/src/plugins/PlayListFormats/xspf/xspf.pro +++ b/src/plugins/PlayListFormats/xspf/xspf.pro @@ -1,25 +1,16 @@ include(../../plugins.pri) -CONFIG += warn_on \ -plugin \ - lib - TARGET =$$PLUGINS_PREFIX/PlayListFormats/xspfplaylistformat -TEMPLATE = lib - SOURCES += xspfplaylistformat.cpp HEADERS += xspfplaylistformat.h +LIBS += -lqmmpui + unix { target.path = $$LIB_DIR/qmmp/PlayListFormats INSTALLS += target QMAKE_CLEAN =$$PLUGINS_PREFIX/PlayListFormats/libxsplaylistformat.so - LIBS += -lqmmpui -lqmmp -} -win32 { - LIBS += -lqmmpui0 -lqmmp0 } - |
