eg. 'wrapper', 'category:python' or '"document database"'
This file looks large and may slow your browser down if we attempt to syntax highlight it, so we are showing it without any pretty colors. Highlight it anyway.
project(gluk)
include_directories( ${CMAKE_CURRENT_SOURCE_DIR} )
find_package(Qt4 REQUIRED)
find_package(KDE4 REQUIRED)
include_directories(${KDE4_INCLUDES} libgluk/)
add_subdirectory(src)
add_subdirectory(libgluk)