if(BUILD_TESTING)
   add_subdirectory(autotests)
endif()

add_definitions(-DTRANSLATION_DOMAIN=\"messageviewerplugins\")
add_subdirectory(createnoteplugin)
add_subdirectory(createtodoplugin)
add_subdirectory(createeventplugin)
add_subdirectory(common)
add_subdirectory(externalscriptplugin)
