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

0001 add_definitions(-DTRANSLATION_DOMAIN=\"baloomonitorplugin\")
0002 
0003 set(baloomonitorplugin_SRCS
0004     baloomonitorplugin.cpp
0005     monitor.cpp
0006 )
0007 
0008 add_library(baloomonitorplugin SHARED ${baloomonitorplugin_SRCS})
0009 
0010 target_link_libraries(baloomonitorplugin
0011     PUBLIC
0012     Qt6::Core
0013     Qt6::Qml
0014     Qt6::DBus
0015     KF6::I18n
0016     KF6::CoreAddons
0017     PRIVATE
0018     KF6::Baloo
0019     KF6::BalooEngine
0020     BalooDBusSchedulerInterface
0021     BalooDBusFileIndexerInterface
0022 )
0023 install(TARGETS baloomonitorplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/baloo/experimental)
0024 
0025 install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/baloo/experimental)