summaryrefslogtreecommitdiffstats
path: root/src/graphs3d/qml/designer/default/CMakeLists.txt
blob: 696423141473cfee73e20d361b6079430d6563cc (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (C) 2024 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

qt_path_join(destination ${QT_INSTALL_DIR} "${INSTALL_QMLDIR}/QtGraphs/designer/default")
qt_copy_or_install(
    FILES
        Bars3D.qml
        Scatter3D.qml
        Surface3D.qml
    DESTINATION "${destination}"
)