aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/CMakeLists.txt
diff options
context:
space:
mode:
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)