aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/scrobbler.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/scrobbler/scrobbler.pro')
-rw-r--r--src/plugins/General/scrobbler/scrobbler.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro
index c5881d316..9abd9c812 100644
--- a/src/plugins/General/scrobbler/scrobbler.pro
+++ b/src/plugins/General/scrobbler/scrobbler.pro
@@ -3,7 +3,6 @@ include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/General/scrobbler
QT += network
-CONFIG += link_qmmpui
HEADERS += scrobblerfactory.h \
settingsdialog.h \
@@ -22,6 +21,8 @@ FORMS += settingsdialog.ui
RESOURCES = translations/translations.qrc
+LIBS += $$QMMPUI_LIB
+
unix {
target.path = $$LIB_DIR/qmmp/General
INSTALLS += target