diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-10-14 17:13:54 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-10-14 17:13:54 +0000 |
| commit | edcf1ca68a32c85e18ac500990bd28e93e4be2e5 (patch) | |
| tree | 85b44651b7ba22d5829519c0ef712de8f7622f3b /src/plugins/General/CMakeLists.txt | |
| parent | 43afdc9a57c17e39b07346b093d82c7f8ce281b2 (diff) | |
| download | qmmp-edcf1ca68a32c85e18ac500990bd28e93e4be2e5.tar.gz qmmp-edcf1ca68a32c85e18ac500990bd28e93e4be2e5.tar.bz2 qmmp-edcf1ca68a32c85e18ac500990bd28e93e4be2e5.zip | |
added cover manager files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1315 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/CMakeLists.txt')
| -rw-r--r-- | src/plugins/General/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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) |
