aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/scrobbler')
-rw-r--r--src/plugins/General/scrobbler/scrobbler.pro26
1 files changed, 7 insertions, 19 deletions
diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro
index bab0e0a82..5d456e327 100644
--- a/src/plugins/General/scrobbler/scrobbler.pro
+++ b/src/plugins/General/scrobbler/scrobbler.pro
@@ -1,13 +1,9 @@
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/General/scrobbler
-unix:QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libscrobbler.so
-RESOURCES = translations/translations.qrc
-unix {
- target.path = $$LIB_DIR/qmmp/General
- INSTALLS += target
-}
+QT += network
+
HEADERS += scrobblerfactory.h \
settingsdialog.h \
scrobblerhandler.h \
@@ -23,19 +19,11 @@ SOURCES += scrobblerfactory.cpp \
FORMS += settingsdialog.ui
-QT += network
+RESOURCES = translations/translations.qrc
LIBS += -lqmmpui
-
-
-
-
-
-
-
-
-
-
-
-
+unix {
+ target.path = $$LIB_DIR/qmmp/General
+ INSTALLS += target
+}