Warning, /graphics/kdiagram/examples/Plane/OverlayedPlanes/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 set(OverlayedPlanes_SRCS 0002 mainwindow.cpp 0003 mainwindow.h 0004 main.cpp 0005 ) 0006 0007 qt_wrap_ui(OverlayedPlanes_SRCS 0008 mainwindow.ui 0009 ) 0010 0011 qt_add_resources(OverlayedPlanes_SRCS 0012 OverlayedPlanes.qrc 0013 ) 0014 0015 add_executable(OverlayedPlanes ${OverlayedPlanes_SRCS}) 0016 0017 target_link_libraries(OverlayedPlanes testtools KChart6 Qt::Widgets)