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