aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/mpris/mpris.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/mpris/mpris.pro')
-rw-r--r--src/plugins/General/mpris/mpris.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/General/mpris/mpris.pro b/src/plugins/General/mpris/mpris.pro
index 21ec80737..3a64048aa 100644
--- a/src/plugins/General/mpris/mpris.pro
+++ b/src/plugins/General/mpris/mpris.pro
@@ -3,7 +3,6 @@ include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/General/mpris
QT += dbus
-CONFIG += link_qmmpui
HEADERS += mprisfactory.h \
mpris.h \
@@ -23,5 +22,7 @@ SOURCES += mprisfactory.cpp \
RESOURCES = translations/translations.qrc
+LIBS += $$QMMPUI_LIB
+
target.path = $$LIB_DIR/qmmp/General
INSTALLS += target