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

0001 set(ZoomKeyboard_SRCS
0002     zoomwidget.cpp
0003     mainwindow.cpp
0004     zoomwidget.h
0005     mainwindow.h
0006     main.cpp
0007 )
0008 
0009 qt_wrap_ui(ZoomKeyboard_SRCS
0010     mainwindow.ui
0011 )
0012 
0013 add_executable(ZoomKeyboard  ${ZoomKeyboard_SRCS})
0014 
0015 target_link_libraries(ZoomKeyboard KChart6 Qt::Widgets)