aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/scrobbler.pro
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-12-11 16:21:58 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-12-11 16:21:58 +0000
commit8c68c4e6c35a830b231a91596b4294e844980294 (patch)
tree829f321f60fa44e065aa30ba4060918cae2da188 /src/plugins/General/scrobbler/scrobbler.pro
parente075ed6f25e2a1e68c7f235f380ba842a236b7cc (diff)
downloadqmmp-8c68c4e6c35a830b231a91596b4294e844980294.tar.gz
qmmp-8c68c4e6c35a830b231a91596b4294e844980294.tar.bz2
qmmp-8c68c4e6c35a830b231a91596b4294e844980294.zip
added scrobbling 2.0 protocol support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1998 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/scrobbler/scrobbler.pro')
-rw-r--r--src/plugins/General/scrobbler/scrobbler.pro12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro
index ed56fe07d..97d5219ec 100644
--- a/src/plugins/General/scrobbler/scrobbler.pro
+++ b/src/plugins/General/scrobbler/scrobbler.pro
@@ -20,9 +20,9 @@ TRANSLATIONS = translations/scrobbler_plugin_cs.ts \
translations/scrobbler_plugin_nl.ts \
translations/scrobbler_plugin_ja.ts \
translations/scrobbler_plugin_es.ts
-
+
RESOURCES = translations/translations.qrc
-unix {
+unix {
isEmpty(LIB_DIR):LIB_DIR = /lib
target.path = $$LIB_DIR/qmmp/General
INSTALLS += target
@@ -30,13 +30,15 @@ unix {
HEADERS += scrobblerfactory.h \
scrobbler.h \
settingsdialog.h \
- scrobblerhandler.h
+ scrobblerhandler.h \
+ scrobbler2.h
win32:HEADERS += ../../../../src/qmmpui/general.h
SOURCES += scrobblerfactory.cpp \
scrobbler.cpp \
settingsdialog.cpp \
- scrobblerhandler.cpp
-QT += network
+ scrobblerhandler.cpp \
+ scrobbler2.cpp
+QT += network xml
INCLUDEPATH += ../../../
unix:LIBS += -lqmmpui \
-lqmmp