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     Qt${QT_MAJOR_VERSION}::Core
0013     Qt${QT_MAJOR_VERSION}::Qml
0014     Qt${QT_MAJOR_VERSION}::DBus
0015     KF5::I18n
0016     KF5::CoreAddons
0017     PRIVATE
0018     KF5::Baloo
0019     KF5::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)