aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-11-17 10:51:06 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-11-17 10:51:06 +0000
commit03892e533b1b67d4986fceb91a5e902e210a7667 (patch)
treee90ad17d7f049b563662647670d2a980da2c6858 /src/plugins/General/scrobbler/CMakeLists.txt
parent324c79580e119ea8e3c5f9beed732458a1ceb5b3 (diff)
downloadqmmp-03892e533b1b67d4986fceb91a5e902e210a7667.tar.gz
qmmp-03892e533b1b67d4986fceb91a5e902e210a7667.tar.bz2
qmmp-03892e533b1b67d4986fceb91a5e902e210a7667.zip
updated Russian translation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3914 90c681e8-e032-0410-971d-27865f9a5e38
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)