aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/CMakeLists.txt
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/CMakeLists.txt
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/CMakeLists.txt')
-rw-r--r--src/plugins/General/scrobbler/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/General/scrobbler/CMakeLists.txt b/src/plugins/General/scrobbler/CMakeLists.txt
index f5b557b1b..6364b9685 100644
--- a/src/plugins/General/scrobbler/CMakeLists.txt
+++ b/src/plugins/General/scrobbler/CMakeLists.txt
@@ -4,6 +4,7 @@ cmake_minimum_required(VERSION 2.4.7)
SET(QT_USE_QTNETWORK TRUE)
+SET(QT_USE_QTXML TRUE)
INCLUDE(FindQt4)
include(${QT_USE_FILE})
@@ -33,6 +34,7 @@ SET(libscrobbler_SRCS
scrobbler.cpp
scrobblerhandler.cpp
scrobblerfactory.cpp
+ scrobbler2.cpp
)
SET(libscrobbler_MOC_HDRS
@@ -40,6 +42,7 @@ SET(libscrobbler_MOC_HDRS
scrobblerfactory.h
scrobblerhandler.h
scrobbler.h
+ scrobbler2.h
)
SET(libscrobbler_RCCS translations/translations.qrc)