project(kdebase)

#
#
# WARNING!
# 
# Existence of this file is mere convenience to developers! it is not part of KDE
# release. Adding anything here is almost always entirely wrong. Please add it
# to one of the subdirectories.
#
# If you don't understand this warning, contact release-team@kde.org
#
#

# search packages used by KDE
find_package(KDE4 REQUIRED)
include (KDE4Defaults)
include (MacroLibrary)

include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})

if ( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/runtime )
    add_subdirectory( runtime )
endif ( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/runtime )

if ( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/apps )
    add_subdirectory( apps )
endif ( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/apps )

if ( Q_WS_X11 AND EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/workspace )
   add_subdirectory( workspace )
endif ( Q_WS_X11 AND EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/workspace )

macro_display_feature_log()
