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

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