Warning, /libraries/baloo-widgets/src/tagsfileitemactionplugin/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_definitions(-DTRANSLATION_DOMAIN=\"baloowidgets5\")
0002 
0003 kcoreaddons_add_plugin(tagsfileitemaction
0004     SOURCES tagsfileitemaction.cpp tagsfileitemaction.h
0005     INSTALL_NAMESPACE "kf${QT_MAJOR_VERSION}/kfileitemaction")
0006 
0007 target_link_libraries(tagsfileitemaction
0008     KF${QT_MAJOR_VERSION}::KIOWidgets
0009     KF${QT_MAJOR_VERSION}::I18n
0010     KF${QT_MAJOR_VERSION}::FileMetaData
0011 )