Warning, /multimedia/kaffeine/tools/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_executable(convertscanfiles convertscanfiles.cpp ../src/dvb/dvbtransponder.cpp)
0002 add_executable(updatedvbsi updatedvbsi.cpp)
0003 add_executable(updatemimetypes updatemimetypes.cpp)
0004 add_executable(updatesource updatesource.cpp)
0005 
0006 target_link_libraries(convertscanfiles Qt5::Core)
0007 target_link_libraries(updatedvbsi Qt5::Core Qt5::Xml)
0008 target_link_libraries(updatemimetypes Qt5::Core)
0009 target_link_libraries(updatesource Qt5::Core)