diff options
Diffstat (limited to 'src/plugins/PlayListFormats')
| -rw-r--r-- | src/plugins/PlayListFormats/m3u/m3u.pro | 3 | ||||
| -rw-r--r-- | src/plugins/PlayListFormats/pls/pls.pro | 3 | ||||
| -rw-r--r-- | src/plugins/PlayListFormats/xspf/xspf.pro | 6 |
3 files changed, 4 insertions, 8 deletions
diff --git a/src/plugins/PlayListFormats/m3u/m3u.pro b/src/plugins/PlayListFormats/m3u/m3u.pro index 7761d284d..f70f38b60 100644 --- a/src/plugins/PlayListFormats/m3u/m3u.pro +++ b/src/plugins/PlayListFormats/m3u/m3u.pro @@ -1,6 +1,6 @@ include(../../plugins.pri) -TARGET =$$PLUGINS_PREFIX/PlayListFormats/m3uplaylistformat +TARGET = $$PLUGINS_PREFIX/PlayListFormats/m3uplaylistformat HEADERS += m3uplaylistformat.h @@ -11,5 +11,4 @@ LIBS += -lqmmpui unix { target.path = $$LIB_DIR/qmmp/PlayListFormats INSTALLS += target - QMAKE_CLEAN =$$PLUGINS_PREFIX/PlayListFormats/libm3uplaylistformat.so } diff --git a/src/plugins/PlayListFormats/pls/pls.pro b/src/plugins/PlayListFormats/pls/pls.pro index 22bf9beae..736a20994 100644 --- a/src/plugins/PlayListFormats/pls/pls.pro +++ b/src/plugins/PlayListFormats/pls/pls.pro @@ -1,6 +1,6 @@ include(../../plugins.pri) -TARGET =$$PLUGINS_PREFIX/PlayListFormats/plsplaylistformat +TARGET = $$PLUGINS_PREFIX/PlayListFormats/plsplaylistformat SOURCES += plsplaylistformat.cpp @@ -11,5 +11,4 @@ LIBS += -lqmmpui unix { target.path = $$LIB_DIR/qmmp/PlayListFormats INSTALLS += target - QMAKE_CLEAN =$$PLUGINS_PREFIX/PlayListFormats/plsplaylistformat.so } diff --git a/src/plugins/PlayListFormats/xspf/xspf.pro b/src/plugins/PlayListFormats/xspf/xspf.pro index 42d1da5a6..c0e45b516 100644 --- a/src/plugins/PlayListFormats/xspf/xspf.pro +++ b/src/plugins/PlayListFormats/xspf/xspf.pro @@ -1,8 +1,9 @@ include(../../plugins.pri) -TARGET =$$PLUGINS_PREFIX/PlayListFormats/xspfplaylistformat +TARGET = $$PLUGINS_PREFIX/PlayListFormats/xspfplaylistformat SOURCES += xspfplaylistformat.cpp + HEADERS += xspfplaylistformat.h LIBS += -lqmmpui @@ -10,7 +11,4 @@ LIBS += -lqmmpui unix { target.path = $$LIB_DIR/qmmp/PlayListFormats INSTALLS += target - - QMAKE_CLEAN =$$PLUGINS_PREFIX/PlayListFormats/libxsplaylistformat.so - } |
