aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-10-01 12:46:02 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-10-01 12:46:02 +0000
commit801c1a48499469e1d260b82af19189364a7586d3 (patch)
treef81963bb1f52a398ee5d077e36eb685025add438 /src/plugins/General/CMakeLists.txt
parente3ab83869f4b74e485964720f941fed22ce035ea (diff)
downloadqmmp-801c1a48499469e1d260b82af19189364a7586d3.tar.gz
qmmp-801c1a48499469e1d260b82af19189364a7586d3.tar.bz2
qmmp-801c1a48499469e1d260b82af19189364a7586d3.zip
fixed build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2365 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/CMakeLists.txt')
-rw-r--r--src/plugins/General/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)