remove_definitions(-DKDE_DEFAULT_DEBUG_AREA=5600) #remove kontact debug area
add_definitions(-DKDE_DEFAULT_DEBUG_AREA=5602)

if(KMAIL_SUPPORTED)
  add_subdirectory( kaddressbook ) 
endif(KMAIL_SUPPORTED)

if(QGPGME_FOUND)
  if(KMAIL_SUPPORTED)
    add_subdirectory( kmail ) 
  endif(KMAIL_SUPPORTED)
  add_subdirectory( korganizer )
  add_subdirectory( summary )
  add_subdirectory( specialdates )
#re-enable planner for 4.2 if we have people who want to develop it
#  add_subdirectory( planner )
endif(QGPGME_FOUND)
add_subdirectory( knotes ) 
add_subdirectory( knode ) 
add_subdirectory( kjots ) 
add_subdirectory( akregator ) 
if(KTIMETRACKER_SUPPORTED)
  add_subdirectory( ktimetracker ) 
endif(KTIMETRACKER_SUPPORTED)
if(KMOBILETOOLS_SUPPORTED)
  add_subdirectory( kmobiletools ) 
endif(KMOBILETOOLS_SUPPORTED)
message(STATUS "Newsticker Summary is disabled until we can use the plasmoid")
#add_subdirectory( newsticker ) 
message(STATUS "Weather Summary is disabled until we can use the plasmoid")
#add_subdirectory( weather )

