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: ".."
  idBasedTranslations: true

  MCU.Module {
    uri: "ThermoConfiguration"
  }

  QmlFiles {
    files: [
    "fonts/Spark/FontConfiguration.qml",
    "dynamic/Configuration.qml"
    ]
  }

  TranslationFiles {
    files: [
    "thermo.en_GB.ts",
    "thermo.de_DE.ts",
    "thermo.hi_IN.ts",
    "thermo.ja_JP.ts",
    "thermo.ar_EG.ts",
    "thermo.th_TH.ts"
    ]
    MCU.omitSourceLanguage: true
  }
}