Warning, /graphics/kdiagram/qtests/AxisOwnership/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 set(TestKChartAxisOwnership_SRCS
0002 main.cpp
0003 )
0004
0005 qt_add_resources(TestKChartAxisOwnership_SRCS
0006 Data.qrc
0007 )
0008
0009 ecm_add_test(
0010 ${TestKChartAxisOwnership_SRCS}
0011 TEST_NAME TestKChartAxisOwnership
0012 LINK_LIBRARIES testtools KChart6 Qt::Widgets Qt::Test
0013 )