diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-08-31 18:12:53 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-08-31 18:12:53 +0000 |
| commit | 005fb3df8263d1a2aa92666672dbb1567d039c89 (patch) | |
| tree | 6c2a9fda22d3fb55a4a32e2c8b206e0598ac610f /src/plugins/PlayListFormats | |
| parent | 87cb0d13094d339fefa846d37594d354a295137b (diff) | |
| download | qmmp-005fb3df8263d1a2aa92666672dbb1567d039c89.tar.gz qmmp-005fb3df8263d1a2aa92666672dbb1567d039c89.tar.bz2 qmmp-005fb3df8263d1a2aa92666672dbb1567d039c89.zip | |
fixed build regression
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7426 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, 6 insertions, 5 deletions
diff --git a/src/plugins/PlayListFormats/m3u/m3u.pro b/src/plugins/PlayListFormats/m3u/m3u.pro index e2d548f0a..ae66c0556 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 += $$QMMPUI_LIB + 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 aab310826..6e5b160b0 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 += $$QMMPUI_LIB + 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 26f3d8de0..5dd274e61 100644 --- a/src/plugins/PlayListFormats/xspf/xspf.pro +++ b/src/plugins/PlayListFormats/xspf/xspf.pro @@ -1,12 +1,13 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/PlayListFormats/xspfplaylistformat -CONFIG += link_qmmpui SOURCES += xspfplaylistformat.cpp HEADERS += xspfplaylistformat.h +LIBS += $$QMMPUI_LIB + unix { target.path = $$LIB_DIR/qmmp/PlayListFormats INSTALLS += target |
