From edcf1ca68a32c85e18ac500990bd28e93e4be2e5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 14 Oct 2009 17:13:54 +0000 Subject: added cover manager files git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1315 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/plugins/General/CMakeLists.txt') diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt index fea4bf984..cdd47cbd3 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -6,6 +6,7 @@ SET(USE_LYRICS TRUE CACHE BOOL "enable/disable lyrics version") SET(USE_HAL TRUE CACHE BOOL "enable/disable hal plugin") SET(USE_HOTKEY TRUE CACHE BOOL "enable/disable global hotkey plugin") SET(USE_FILEOPS TRUE CACHE BOOL "enable/disable fileops plugin") +SET(USE_COVER TRUE CACHE BOOL "enable/disable cover manager plugin") IF(USE_MPRIS) add_subdirectory(mpris) @@ -38,3 +39,7 @@ ENDIF(USE_HOTKEY) IF(USE_FILEOPS) add_subdirectory(fileops) ENDIF(USE_FILEOPS) + +IF(USE_COVER) +add_subdirectory(covermanager) +ENDIF(USE_COVER) -- cgit v1.2.3-13-gbd6f