From 742e513e91e8d6bd78365bec3da19f13e8cb8519 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 26 Sep 2008 17:18:50 +0000 Subject: disabled scrobbler plugin git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@563 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/CMakeLists.txt | 2 +- src/plugins/General/General.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt index 45bc7a436..17e93cb00 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -8,7 +8,7 @@ add_subdirectory(dbuscontrol) ENDIF(USE_DBUS) IF(USE_SCROBBLER) -add_subdirectory(scrobbler) +#add_subdirectory(scrobbler) ENDIF(USE_SCROBBLER) IF(USE_STATICON) diff --git a/src/plugins/General/General.pro b/src/plugins/General/General.pro index 31790c056..176ed7f1c 100644 --- a/src/plugins/General/General.pro +++ b/src/plugins/General/General.pro @@ -1,5 +1,5 @@ SUBDIRS += statusicon \ - scrobbler \ + #scrobbler \ dbuscontrol \ notifier TEMPLATE = subdirs -- cgit v1.2.3-13-gbd6f