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.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/plugins/General/scrobbler/CMakeLists.txt b/src/plugins/General/scrobbler/CMakeLists.txt
index f0b007741..6e490677c 100644
--- a/src/plugins/General/scrobbler/CMakeLists.txt
+++ b/src/plugins/General/scrobbler/CMakeLists.txt
@@ -33,20 +33,19 @@ SET(libscrobbler_SRCS
scrobblerhandler.cpp
scrobblerfactory.cpp
scrobblercache.cpp
- lastfmscrobbler.cpp
- librefmscrobbler.cpp
+ scrobbler.cpp
)
SET(libscrobbler_MOC_HDRS
settingsdialog.h
scrobblerfactory.h
scrobblerhandler.h
- lastfmscrobbler.h
- librefmscrobbler.h
+ scrobbler.h
)
SET(libscrobbler_HDRS
scrobblercache.h
+ defines.h
)
SET(libscrobbler_RCCS translations/translations.qrc)