aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-02-27 10:42:14 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-02-27 10:42:14 +0000
commit12a27895d274953c73459a573fa0e5347765ab28 (patch)
tree18af692a3768c9bbfe19764fa37ae7b9144629e9 /src/plugins/General/CMakeLists.txt
parent0bc5775baa3b0c0e70f66507e64d08e16b5e94e3 (diff)
downloadqmmp-12a27895d274953c73459a573fa0e5347765ab28.tar.gz
qmmp-12a27895d274953c73459a573fa0e5347765ab28.tar.bz2
qmmp-12a27895d274953c73459a573fa0e5347765ab28.zip
updated cmake scripts
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2639 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/CMakeLists.txt')
-rw-r--r--src/plugins/General/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt
index 136b4c156..0fa3afc15 100644
--- a/src/plugins/General/CMakeLists.txt
+++ b/src/plugins/General/CMakeLists.txt
@@ -10,6 +10,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_SB TRUE CACHE BOOL "enable/disable stream browser plugin")
IF(USE_MPRIS)
add_subdirectory(mpris)
@@ -58,3 +59,7 @@ ENDIF(USE_KDENOTIFY)
IF(USE_CONVERTER AND TAGLIB_FOUND)
add_subdirectory(converter)
ENDIF(USE_CONVERTER AND TAGLIB_FOUND)
+
+IF(USE_SB)
+add_subdirectory(streambrowser)
+ENDIF(USE_SB)