add_library(baloo_notesearchstore MODULE notesearchstore.cpp ../pimsearchstore.cpp)

target_link_libraries(baloo_notesearchstore
    Qt5::Core
    ${XAPIAN_LIBRARIES}
    KF5::BalooCore
    KF5::BalooXapian
)

install(FILES baloo_notesearchstore.desktop DESTINATION ${SERVICES_INSTALL_DIR})
install(TARGETS baloo_notesearchstore DESTINATION ${PLUGIN_INSTALL_DIR})
