
add_definitions(-DTRANSLATION_DOMAIN=\"messageviewerheaderplugins\")
add_subdirectory(allheaderstyleplugin)
add_subdirectory(briefheaderstyleplugin)
add_subdirectory(enterpriseheaderstyleplugin)  
add_subdirectory(fancyheaderstyleplugin)  
add_subdirectory(grantleeheaderstyleplugin)  
add_subdirectory(longheaderstyleplugin)  
add_subdirectory(standardsheaderstyleplugin)  
add_subdirectory(defaultgrantleeheaderstyleplugin)
if(BUILD_TESTING)
  add_subdirectory(autotests)
  add_subdirectory(tests)
endif()
