aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/scrobbler.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/scrobbler/scrobbler.pro')
-rw-r--r--src/plugins/General/scrobbler/scrobbler.pro11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro
index f40b90333..a73954b06 100644
--- a/src/plugins/General/scrobbler/scrobbler.pro
+++ b/src/plugins/General/scrobbler/scrobbler.pro
@@ -29,16 +29,15 @@ unix {
HEADERS += scrobblerfactory.h \
settingsdialog.h \
scrobblerhandler.h \
- lastfmscrobbler.h \
- librefmscrobbler.h \
- scrobblercache.h
+ scrobblercache.h \
+ scrobbler.h \
+ defines.h
win32:HEADERS += ../../../../src/qmmpui/general.h
SOURCES += scrobblerfactory.cpp \
settingsdialog.cpp \
scrobblerhandler.cpp \
- lastfmscrobbler.cpp \
- librefmscrobbler.cpp \
- scrobblercache.cpp
+ scrobblercache.cpp \
+ scrobbler.cpp
QT += network
INCLUDEPATH += ../../../
unix:LIBS += -lqmmpui \