aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/mpris
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-08-31 18:12:53 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-08-31 18:12:53 +0000
commit005fb3df8263d1a2aa92666672dbb1567d039c89 (patch)
tree6c2a9fda22d3fb55a4a32e2c8b206e0598ac610f /src/plugins/General/mpris
parent87cb0d13094d339fefa846d37594d354a295137b (diff)
downloadqmmp-005fb3df8263d1a2aa92666672dbb1567d039c89.tar.gz
qmmp-005fb3df8263d1a2aa92666672dbb1567d039c89.tar.bz2
qmmp-005fb3df8263d1a2aa92666672dbb1567d039c89.zip
fixed build regression
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7426 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/mpris')
-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