summaryrefslogtreecommitdiffstats
path: root/src/graphs2d/qml/designer/default/CMakeLists.txt
blob: f0c85e4999ee9bf07d1c309e7cc821e15dd7ad20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (C) 2024 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_path_join(destination ${QT_INSTALL_DIR} "${INSTALL_QMLDIR}/QtGraphs/designer/default")
qt_copy_or_install(
    FILES
        BarSeries.qml
        LineSeries.qml
        PieSeries.qml
        ScatterSeries.qml
        SplineSeries.qml
    DESTINATION "${destination}"
)