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

0001 set(TestApiReview_SRCS
0002     entrydialog.cpp
0003     entrydelegate.cpp
0004     mainwindow.cpp
0005     entrydialog.h
0006     entrydelegate.h
0007     mainwindow.h
0008     main.cpp
0009 )
0010 
0011 qt_wrap_ui(TestApiReview_SRCS
0012     entrydialog.ui
0013     mainwindow.ui
0014 )
0015 
0016 add_executable(TestApiReview  ${TestApiReview_SRCS})
0017 
0018 target_link_libraries(TestApiReview KGantt6 Qt::Widgets Qt::PrintSupport)