diff options
Diffstat (limited to 'src/plugins/General/lyrics/lyrics.pro')
| -rw-r--r-- | src/plugins/General/lyrics/lyrics.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/General/lyrics/lyrics.pro b/src/plugins/General/lyrics/lyrics.pro index 68c0bdf1f..0bdf0b4e1 100644 --- a/src/plugins/General/lyrics/lyrics.pro +++ b/src/plugins/General/lyrics/lyrics.pro @@ -3,7 +3,6 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/General/lyrics QT += network -CONFIG += link_qmmpui HEADERS += lyricsfactory.h \ lyrics.h \ @@ -17,6 +16,8 @@ FORMS += lyricswindow.ui RESOURCES = translations/translations.qrc +LIBS += $$QMMPUI_LIB + unix { target.path = $$LIB_DIR/qmmp/General INSTALLS += target |
