diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-08-30 18:54:45 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-08-30 18:54:45 +0000 |
| commit | 87cb0d13094d339fefa846d37594d354a295137b (patch) | |
| tree | c3fe642d750a84c360d1c799dba135cbaeb9e99b /src/plugins/PlayListFormats | |
| parent | 1388fb2d12306e693de06fecac4f420bfdd93de4 (diff) | |
| download | qmmp-87cb0d13094d339fefa846d37594d354a295137b.tar.gz qmmp-87cb0d13094d339fefa846d37594d354a295137b.tar.bz2 qmmp-87cb0d13094d339fefa846d37594d354a295137b.zip | |
fixed win32 build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7425 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/PlayListFormats')
| -rw-r--r-- | src/plugins/PlayListFormats/m3u/m3u.pro | 4 | ||||
| -rw-r--r-- | src/plugins/PlayListFormats/pls/pls.pro | 4 | ||||
| -rw-r--r-- | src/plugins/PlayListFormats/xspf/xspf.pro | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/src/plugins/PlayListFormats/m3u/m3u.pro b/src/plugins/PlayListFormats/m3u/m3u.pro index f70f38b60..e2d548f0a 100644 --- a/src/plugins/PlayListFormats/m3u/m3u.pro +++ b/src/plugins/PlayListFormats/m3u/m3u.pro @@ -2,12 +2,12 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/PlayListFormats/m3uplaylistformat +CONFIG += link_qmmpui + HEADERS += m3uplaylistformat.h SOURCES += m3uplaylistformat.cpp -LIBS += -lqmmpui - unix { target.path = $$LIB_DIR/qmmp/PlayListFormats INSTALLS += target diff --git a/src/plugins/PlayListFormats/pls/pls.pro b/src/plugins/PlayListFormats/pls/pls.pro index 736a20994..aab310826 100644 --- a/src/plugins/PlayListFormats/pls/pls.pro +++ b/src/plugins/PlayListFormats/pls/pls.pro @@ -2,12 +2,12 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/PlayListFormats/plsplaylistformat +CONFIG += link_qmmpui + SOURCES += plsplaylistformat.cpp HEADERS += plsplaylistformat.h -LIBS += -lqmmpui - unix { target.path = $$LIB_DIR/qmmp/PlayListFormats INSTALLS += target diff --git a/src/plugins/PlayListFormats/xspf/xspf.pro b/src/plugins/PlayListFormats/xspf/xspf.pro index c0e45b516..26f3d8de0 100644 --- a/src/plugins/PlayListFormats/xspf/xspf.pro +++ b/src/plugins/PlayListFormats/xspf/xspf.pro @@ -1,13 +1,12 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/PlayListFormats/xspfplaylistformat +CONFIG += link_qmmpui SOURCES += xspfplaylistformat.cpp HEADERS += xspfplaylistformat.h -LIBS += -lqmmpui - unix { target.path = $$LIB_DIR/qmmp/PlayListFormats INSTALLS += target |
