C

Qt Quick Ultralite Automotive Cluster Demo

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

import QmlProject 1.3

Project {
  projectRootPath: ".."

  MCU.Module {
    uri: "Benchmark"
  }

  ModuleFiles {
    MCU.qulModules: ["Qul::Profiling"]
  }

  InterfaceFiles {
    files: ["benchmark/benchmarkmode.h"]
  }
}