Warning, /frameworks/baloo/src/tools/balooctl/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_definitions(-DTRANSLATION_DOMAIN=\"balooctl6\")
0002
0003 add_executable(balooctl6)
0004 target_sources(balooctl6 PRIVATE
0005 main.cpp
0006 indexer.cpp
0007 command.cpp
0008 configcommand.cpp
0009 statuscommand.cpp
0010 monitorcommand.cpp
0011 ${CMAKE_SOURCE_DIR}/src/file/extractor/result.cpp
0012 )
0013
0014 ecm_mark_nongui_executable(balooctl6)
0015 target_compile_definitions(balooctl6 PRIVATE -DPROJECT_VERSION="${PROJECT_VERSION}")
0016
0017 target_link_libraries(balooctl6
0018 Qt6::DBus
0019 KF6::CoreAddons
0020 KF6::ConfigCore
0021 KF6::I18n
0022 KF6::Baloo
0023 KF6::BalooEngine
0024 baloofilecommon
0025 BalooDBusMainInterface
0026 BalooDBusSchedulerInterface
0027 BalooDBusFileIndexerInterface
0028 )
0029
0030 install(TARGETS balooctl6 DESTINATION ${KDE_INSTALL_BINDIR})