From kde-commits Wed Sep 30 23:58:37 2009 From: Jon de Andres Frias Date: Wed, 30 Sep 2009 23:58:37 +0000 To: kde-commits Subject: playground/base/plasma/runners Message-Id: <1254355117.745613.22957.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=125435513225570 SVN commit 1029887 by jdandres: New runner. Searches in the 'full' konqueror history, inside title and url M +1 -0 CMakeLists.txt A konqhistory (directory) A konqhistory/CMakeLists.txt A konqhistory/konqhistory.cpp [License: LGPL] A konqhistory/konqhistory.h [License: LGPL] A konqhistory/plasma-konqhistoryrunner.desktop --- trunk/playground/base/plasma/runners/CMakeLists.txt #1029886:1029887 @@ -1,4 +1,5 @@ add_subdirectory(amarok) +add_subdirectory(konqhistory) macro_optional_find_package(PythonLibs) if (PYTHON_LIBRARIES)