if ( Q_WS_X11 )
  if(BUILD_amor) 
    add_subdirectory(amor)
  endif()
endif ( Q_WS_X11 )
if(BUILD_kteatime)
  add_subdirectory(kteatime)
endif()

