project(foxkit) # the name of your project

cmake_minimum_required(VERSION 2.6.0)

set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_MODULE_PATH})

find_package(Qt4 REQUIRED) # find and setup Qt4 for this project
find_package(KDE4 REQUIRED)

# tell cmake to process CMakeLists.txt in that subdirectory
add_subdirectory(src)
