diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-10-29 09:43:25 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-10-29 09:43:25 +0000 |
| commit | 6f72ae7e3e61b330dd1874a951b258075649fe8e (patch) | |
| tree | c911ac5434ab5cb258328037590e78af3ca92361 /src/plugins/General/CMakeLists.txt | |
| parent | 81a8ff3c3605ddcd22f2e6400e5a7a3e2f330f43 (diff) | |
| download | qmmp-6f72ae7e3e61b330dd1874a951b258075649fe8e.tar.gz qmmp-6f72ae7e3e61b330dd1874a951b258075649fe8e.tar.bz2 qmmp-6f72ae7e3e61b330dd1874a951b258075649fe8e.zip | |
added kde notifications plugin (author: Artur Guzik) (Closes issue 164)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1337 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 cdd47cbd3..629c741a8 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -7,6 +7,7 @@ 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") +SET(USE_KDENOTIFY TRUE CACHE BOOL "enable/disable kde notification plugin") IF(USE_MPRIS) add_subdirectory(mpris) @@ -43,3 +44,7 @@ ENDIF(USE_FILEOPS) IF(USE_COVER) add_subdirectory(covermanager) ENDIF(USE_COVER) + +IF(USE_KDENOTIFY) +add_subdirectory(kdenotify) +ENDIF(USE_KDENOTIFY) |
