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

0001 add_executable(tagwidgetapp tagwidgetapp.cpp tagwidgettest.cpp tagwidgettest.h)
0002 target_link_libraries(tagwidgetapp
0003   KF${QT_MAJOR_VERSION}::Baloo
0004   KF${QT_MAJOR_VERSION}::BalooWidgets
0005   Qt${QT_MAJOR_VERSION}::Widgets
0006   Qt${QT_MAJOR_VERSION}::Core
0007 )
0008 
0009 add_executable(metadatawidgetapp metadatawidgetapp.cpp)
0010 target_link_libraries(metadatawidgetapp
0011   KF${QT_MAJOR_VERSION}::Baloo
0012   KF${QT_MAJOR_VERSION}::BalooWidgets
0013   Qt${QT_MAJOR_VERSION}::Widgets
0014   Qt${QT_MAJOR_VERSION}::Core
0015 )
0016