C

Qt Quick Ultralite Thermostat Demo

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

import QmlProject 1.3

Project {
  projectRootPath: "../.."

  MCU.Module {
    uri: "BenchmarkDummy"
  }
}