C

Qt Quick Ultralite perspective_transforms Example

// Copyright (C) 2026 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial

import QmlProject 1.3

Project {
        MCU.Module {
                uri: "Constants"
        }

        QmlFiles {
                files: [
                        "Constants.qml",
                        "CoverFlowType.qml"
                ]
        }
}