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

0001 set(DataValueTexts_SRCS
0002     mainwindow.cpp
0003     main.cpp
0004 )
0005 
0006 qt5_wrap_ui(DataValueTexts_SRCS
0007     mainwindow.ui
0008 )
0009 
0010 qt5_add_resources(DataValueTexts_SRCS
0011     DataValueTexts.qrc
0012 )
0013 
0014 add_executable(DataValueTexts  ${DataValueTexts_SRCS})
0015 
0016 target_link_libraries(DataValueTexts testtools KChart Qt5::Widgets)