Warning, /libraries/kqtquickcharts/src/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 set(kqtquickcharts_SRCS 0002 dimension.cpp 0003 chartplugin.cpp 0004 chartcore.cpp 0005 chartmodel.cpp 0006 barchartcore.cpp 0007 barchartsegment.cpp 0008 linechartcore.cpp 0009 linechartbackgroundpainter.cpp 0010 linechartpainter.cpp 0011 linechartpoint.cpp 0012 chartforegroundpainter.cpp 0013 record.cpp 0014 xychartcore.cpp 0015 xychartbackgroundpainter.cpp 0016 xychartpainter.cpp 0017 xychartpoint.cpp 0018 ) 0019 0020 add_library(kqtquickcharts SHARED ${kqtquickcharts_SRCS}) 0021 0022 0023 target_link_libraries(kqtquickcharts 0024 Qt5::Core 0025 Qt5::Quick 0026 Qt5::Qml 0027 Qt5::Gui 0028 ) 0029 0030 install(TARGETS kqtquickcharts DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/charts) 0031 0032 set(kqtquickcharts_files 0033 qml/qmldir 0034 0035 qml/BarChart.qml 0036 qml/LineChart.qml 0037 qml/LegendItem.qml 0038 qml/LineLabel.qml 0039 qml/Label.qml 0040 qml/XYChart.qml 0041 ) 0042 0043 install(FILES ${kqtquickcharts_files} DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/charts)