From 324c79580e119ea8e3c5f9beed732458a1ceb5b3 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 17 Nov 2013 10:01:52 +0000 Subject: moved libre.fm scrobbler to 2.0 api git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3913 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/scrobbler/scrobbler.pro | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/plugins/General/scrobbler/scrobbler.pro') 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 \ -- cgit v1.2.3-13-gbd6f