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

0001 set(GanttPalette_SRCS
0002     ../common/projectmodel.cpp
0003     mainwindow.cpp
0004     ../common/projectmodel.h
0005     mainwindow.h
0006     main.cpp
0007 )
0008 
0009 add_executable(GanttPalette  ${GanttPalette_SRCS})
0010 
0011 target_link_libraries(GanttPalette KGantt6 Qt::Widgets Qt::PrintSupport)