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