add_executable(noteeditorutilstest noteeditorutilstest.cpp )
add_test(noteeditorutilstest noteeditorutilstest)
ecm_mark_as_test(noteeditorutilstest)
target_link_libraries(noteeditorutilstest  Qt5::Test notesharedprivate)
