Warning, /network/ktp-common-internals/kpeople/datasourceplugin/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 find_package(Qt5Sql REQUIRED)
0002 
0003 kcoreaddons_add_plugin (im_persons_data_source_plugin SOURCES im-persons-data-source.cpp debug.cpp JSON "im_persons_data_source_plugin.json" INSTALL_NAMESPACE "kpeople/datasource")
0004 
0005 target_link_libraries (im_persons_data_source_plugin
0006     Qt5::Sql
0007     KF5::CoreAddons
0008     KF5::ConfigCore
0009     KF5::People
0010     KF5::PeopleBackend
0011     KTp::CommonInternals
0012 )