diff options
Diffstat (limited to 'src/plugins/General/scrobbler/scrobbler.pro')
| -rw-r--r-- | src/plugins/General/scrobbler/scrobbler.pro | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro index 6b8eba577..a779ad5fe 100644 --- a/src/plugins/General/scrobbler/scrobbler.pro +++ b/src/plugins/General/scrobbler/scrobbler.pro @@ -28,16 +28,18 @@ unix { INSTALLS += target } HEADERS += scrobblerfactory.h \ - scrobbler.h \ settingsdialog.h \ scrobblerhandler.h \ - scrobbler2.h + lastfmscrobbler.h \ + librefmscrobbler.h \ + scrobblercache.h win32:HEADERS += ../../../../src/qmmpui/general.h SOURCES += scrobblerfactory.cpp \ - scrobbler.cpp \ settingsdialog.cpp \ scrobblerhandler.cpp \ - scrobbler2.cpp + lastfmscrobbler.cpp \ + librefmscrobbler.cpp \ + scrobblercache.cpp QT += network INCLUDEPATH += ../../../ unix:LIBS += -lqmmpui \ @@ -45,3 +47,15 @@ unix:LIBS += -lqmmpui \ win32:LIBS += -lqmmpui0 \ -lqmmp0 FORMS += settingsdialog.ui + + + + + + + + + + + + |
