summaryrefslogtreecommitdiffstats
path: root/src/chartsqml2/designer/CMakeLists.txt
blob: b0f18096b92b19b373a01198ddbaa37e25b5e4c7 (plain)
1
2
3
4
5
6
7
8
9
10
qt_path_join(destination ${QT_INSTALL_DIR} "${INSTALL_QMLDIR}/QtCharts/designer")
qt_copy_or_install(
    FILES
        ChartViewSpecifics.qml
        qtcharts.metainfo
    DESTINATION ${destination}
)

add_subdirectory(default)
add_subdirectory(images)