From kde-commits Mon Mar 15 10:52:02 2010 From: =?utf-8?q?Rafael=20Fern=C3=A1ndez=20L=C3=B3pez?= Date: Mon, 15 Mar 2010 10:52:02 +0000 To: kde-commits Subject: playground/base/bluedevil/src Message-Id: <1268650322.195959.13994.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=126865111412484 SVN commit 1103542 by ereslibre: Add the Bluetooth KCM M +1 -0 CMakeLists.txt A kcmodule (directory) A kcmodule/CMakeLists.txt A kcmodule/bluedevil.cpp [License: GPL (v2+)] A kcmodule/bluedevil.h [License: GPL (v2+)] A kcmodule/kcmbluedevil.desktop --- trunk/playground/base/bluedevil/src/CMakeLists.txt #1103541:1103542 @@ -1,4 +1,5 @@ add_subdirectory(daemon) +add_subdirectory(kcmodule) install(FILES bluedevil.notifyrc DESTINATION ${DATA_INSTALL_DIR}/bluedevil)