Warning, /graphics/kdiagram/examples/EmptyValues/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(EmptyValues_SRCS
0002     mainwindow.cpp
0003     main.cpp
0004 )
0005 
0006 qt5_add_resources(EmptyValues_SRCS
0007     BarChart.qrc
0008 )
0009 
0010 add_executable(EmptyValues  ${EmptyValues_SRCS})
0011 
0012 target_link_libraries(EmptyValues testtools KChart Qt5::Widgets)