Warning, /frameworks/baloo/src/qml/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(balooplugin_SRCS
0002     balooplugin.cpp
0003     queryresultsmodel.cpp
0004     )
0005 
0006 add_library(balooplugin SHARED ${balooplugin_SRCS})
0007 target_link_libraries(balooplugin Qt6::Core Qt6::Qml KF6::Baloo)
0008 install(TARGETS balooplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/baloo/)
0009 
0010 install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/baloo)
0011 
0012 add_subdirectory(experimental)