C

Qt Quick Ultralite loader Example

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

import QmlProject 1.2

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

    QmlFiles {
        files: ["GameState.qml"]
    }

    InterfaceFiles {
        files: ["ColorsQueue.h"]
    }
}