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.pro15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/plugins/General/mpris/mpris.pro b/src/plugins/General/mpris/mpris.pro
index 5a1518440..4fdbcce76 100644
--- a/src/plugins/General/mpris/mpris.pro
+++ b/src/plugins/General/mpris/mpris.pro
@@ -1,14 +1,8 @@
include(../../plugins.pri)
-QT += dbus
-
-TARGET =$$PLUGINS_PREFIX/General/mpris
-QMAKE_CLEAN =$$PLUGINS_PREFIX/General/libmpris.so
-
-RESOURCES = translations/translations.qrc
+TARGET = $$PLUGINS_PREFIX/General/mpris
-target.path = $$LIB_DIR/qmmp/General
-INSTALLS += target
+QT += dbus
HEADERS += mprisfactory.h \
mpris.h \
@@ -26,4 +20,9 @@ SOURCES += mprisfactory.cpp \
mpris2/root2object.cpp \
mpris2/player2object.cpp
+RESOURCES = translations/translations.qrc
+
LIBS += -lqmmpui
+
+target.path = $$LIB_DIR/qmmp/General
+INSTALLS += target