diff options
Diffstat (limited to 'src/plugins/PlayListFormats')
| -rw-r--r-- | src/plugins/PlayListFormats/m3u/m3u.pro | 14 | ||||
| -rw-r--r-- | src/plugins/PlayListFormats/pls/pls.pro | 15 | ||||
| -rw-r--r-- | src/plugins/PlayListFormats/xspf/xspf.pro | 13 |
3 files changed, 6 insertions, 36 deletions
diff --git a/src/plugins/PlayListFormats/m3u/m3u.pro b/src/plugins/PlayListFormats/m3u/m3u.pro index b07ed85b6..7761d284d 100644 --- a/src/plugins/PlayListFormats/m3u/m3u.pro +++ b/src/plugins/PlayListFormats/m3u/m3u.pro @@ -1,25 +1,15 @@ include(../../plugins.pri) -CONFIG += warn_on \ -plugin \ - lib - TARGET =$$PLUGINS_PREFIX/PlayListFormats/m3uplaylistformat -TEMPLATE = lib - HEADERS += m3uplaylistformat.h SOURCES += m3uplaylistformat.cpp +LIBS += -lqmmpui + unix { target.path = $$LIB_DIR/qmmp/PlayListFormats INSTALLS += target - QMAKE_CLEAN =$$PLUGINS_PREFIX/PlayListFormats/libm3uplaylistformat.so - LIBS += -lqmmpui -} - -win32 { - LIBS += -lqmmpui0 } diff --git a/src/plugins/PlayListFormats/pls/pls.pro b/src/plugins/PlayListFormats/pls/pls.pro index 1e6809acc..22bf9beae 100644 --- a/src/plugins/PlayListFormats/pls/pls.pro +++ b/src/plugins/PlayListFormats/pls/pls.pro @@ -1,26 +1,15 @@ include(../../plugins.pri) -CONFIG += warn_on \ -plugin \ - lib - TARGET =$$PLUGINS_PREFIX/PlayListFormats/plsplaylistformat -TEMPLATE = lib - SOURCES += plsplaylistformat.cpp HEADERS += plsplaylistformat.h +LIBS += -lqmmpui + unix { target.path = $$LIB_DIR/qmmp/PlayListFormats INSTALLS += target - QMAKE_CLEAN =$$PLUGINS_PREFIX/PlayListFormats/plsplaylistformat.so - LIBS += -lqmmpui } - -win32 { - LIBS += -lqmmpui0 -} - 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 } - |
