add_subdirectory( crashes ) 
add_subdirectory( khtmlsettingsplugin ) 
add_subdirectory( kimgalleryplugin ) 
add_subdirectory( dirfilter ) 
add_subdirectory( uachanger ) 
add_subdirectory( babelfish ) 
add_subdirectory( validators ) 
add_subdirectory( domtreeviewer ) 
macro_ensure_version( "4.1.60" ${KDEVERSION} KDE4_INSTALLED_VERSION_OK )

if(KDE4_INSTALLED_VERSION_OK)
   add_subdirectory( webarchiver )
else(KDE4_INSTALLED_VERSION_OK)
   MESSAGE(STATUS "webarchiver requires kde trunk")
endif(KDE4_INSTALLED_VERSION_OK)

#add_subdirectory( sidebar ) 
add_subdirectory( imagerotation ) 
add_subdirectory( minitools ) 
add_subdirectory( microformat ) 
add_subdirectory( autorefresh ) 
add_subdirectory( fsview ) 
add_subdirectory( searchbar ) 
MESSAGE(STATUS "remember to readd sidebar")
add_subdirectory( rellinks ) 

add_subdirectory(adblock)

# Need to port it to dbus and new mediamanager
#add_subdirectory( mediarealfolder ) 

add_subdirectory( akregator ) 

