From 71084de48c8cb6b373f3a4e05dd5f52f09cdba85 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 14 Oct 2013 16:27:44 +0000 Subject: fixed cmake scripts git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3781 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 b30d8bc52..d5b3003bb 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -11,6 +11,7 @@ SET(USE_FILEOPS TRUE CACHE BOOL "enable/disable fileops plugin") SET(USE_COVER TRUE CACHE BOOL "enable/disable cover manager plugin") SET(USE_KDENOTIFY TRUE CACHE BOOL "enable/disable kde notification plugin") SET(USE_CONVERTER TRUE CACHE BOOL "enable/disable audio converter plugin") +SET(USE_RGSCAN TRUE CACHE BOOL "enable/disable replaygain scanner plugin") SET(USE_SB TRUE CACHE BOOL "enable/disable stream browser plugin") SET(USE_TRACKCHANGE TRUE CACHE BOOL "enable/disable track change plugin") SET(USE_COPYPASTE TRUE CACHE BOOL "enable/disable copy/paste change plugin") @@ -68,6 +69,10 @@ IF(USE_CONVERTER AND TAGLIB_FOUND) add_subdirectory(converter) ENDIF(USE_CONVERTER AND TAGLIB_FOUND) +IF(USE_RGSCAN AND TAGLIB_FOUND) +add_subdirectory(rgscan) +ENDIF(USE_RGSCAN AND TAGLIB_FOUND) + IF(USE_SB) add_subdirectory(streambrowser) ENDIF(USE_SB) -- cgit v1.2.3-13-gbd6f