From 801c1a48499469e1d260b82af19189364a7586d3 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 1 Oct 2011 12:46:02 +0000 Subject: fixed build git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2365 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins') diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt index cb8931cc0..57310730c 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -9,6 +9,7 @@ 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") SET(USE_KDENOTIFY TRUE CACHE BOOL "enable/disable kde notification plugin") +SET(USE_CONVERTER TRUE CACHE BOOL "enable/disable audio converter plugin") IF(USE_MPRIS) add_subdirectory(mpris) -- cgit v1.2.3-13-gbd6f