diff options
Diffstat (limited to 'src/plugins/PlayListFormats/xspf/xspf.pro')
| -rw-r--r-- | src/plugins/PlayListFormats/xspf/xspf.pro | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
