C
Qt Quick Ultralite Thermostat Demo
/****************************************************************************** ** ** Copyright (C) 2022 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Quick Ultralite module. ** ** $QT_BEGIN_LICENSE:COMM$ ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance with the commercial license agreement provided with the ** Software or, alternatively, in accordance with the terms contained in ** a written agreement between you and The Qt Company. For licensing terms ** and conditions see http://www.qt.io/terms-conditions. For further ** information use the contact form at http://www.qt.io/contact-us. ** ** $QT_END_LICENSE$ ** ******************************************************************************/ import QmlProject 1.3 Project { projectRootPath: ".." idBasedTranslations: true mainFile: "rootqml/thermo.qml" QmlFiles { files: [ "AnimatedDigit.qml", "BottomBar.qml", "Card.qml", "CardRow.qml", "FanControlButton.qml", "LanguageButton.qml", "LanguageDialog.qml", "PlacesView.qml", "PowerSwitch.qml", "RoomControlButton.qml", "RoomSchedule.qml", "RoomView.qml", "ScheduleView.qml", "StatsContents.qml", "StatsView.qml", "ThermoView.qml", "TimeIntervalSliderHandle.qml", "TimeIntervalSlider.qml", "TopBar.qml", "WeatherStatus.qml" ] } TranslationFiles { files: [ "thermo.en_GB.ts", "thermo.de_DE.ts", "thermo.ja_JP.ts" ] MCU.omitSourceLanguage: true } FontFiles { files: [ "fonts/NotoSansArabic-Regular.ttf", "fonts/NotoSansJP-Regular.otf", "fonts/NotoSansThai-Regular.ttf", "fonts/Roboto-Regular.ttf" ] } MCU.Config { fontEngine: "Static" defaultFontFamily: "Roboto" } ModuleFiles { files: [ "qmlproject/thermo_module_ek-ra6m3g.qmlproject", "qmlproject/thermo_configuration_module_ek-ra6m3g.qmlproject", "mode/benchmark_module.qmlproject" ] MCU.qulModules: ["Qul::ControlsTemplates"] } ImageFiles { MCU.resourceStorageSection: "QulResourceDataExtFlash" fileSelector: ["small"] MCU.base: "StaticFE" files: ["StaticFE/popup-bg.png"] } ImageFiles { fileSelector: ["small"] MCU.base: "images" files: [ "images/qt-logo.png", "images/JAPAN.png", "images/temp-down-pressed.png", "images/switch-handle.png", "images/scrollbar-temperature-track.png", "images/radiobutton-checked-pressed.png", "images/digitMaskBottom.png", "images/switch-i.png", "images/btn-bg-big-on.png", "images/radiobutton-pressed.png", "images/pressed-bg-up.png", "images/selected.png", "images/eco-on.png", "images/streamer-on-small.png", "images/page-indicator.png", "images/jog-off.png", "images/status-small.png", "images/dryer-on-small.png", "images/dryer-on.png", "images/close.png", "images/auto-card.png", "images/toggle-year.png", "images/eco-on-small.png", "images/separator-line.png", "images/radiobutton-checked.png", "images/streamer-on.png", "images/btn-bg-down.png", "images/slider-handle.png", "images/thermo-handle.png", "images/switch-bg.png", "images/pressed-bg-down.png", "images/auto-on.png", "images/place-back.png", "images/UK.png", "images/radiobutton.png", "images/baseline-arrow-back.png", "images/digitMaskTop.png", "images/switch-o.png", "images/power-on.png", "images/temp-up-pressed.png", "images/btn-bg-big-off.png", "images/toggle-month.png", "images/jog.png", "images/GERMANY.png", "images/change-language.png", "images/scrollbar-off-track.png", "images/weather/w_06.png", "images/weather/w_01.png", "images/weather/w_02.png", "images/weather/w_07.png", "images/weather/w_05.png", "images/weather/w_04.png", "images/weather/w_03.png", "images/top-bar-shadow.png" ] } ImageFiles { MCU.base: "images" MCU.resourceStorageSection: "QulResourceDataExtFlash" fileSelector: ["small"] files: [ "images/EGYPT.png", "images/INDIA.png", "images/stats-month.png", "images/stats-year.png", "images/THAILAND.png" ] } ImageFiles { files: [ "images/inner-circle.png", "images/card-back-topleft.png", "images/card-back-bottomleft.png", "images/card-back-topright.png", "images/card-back-bottomright.png" ] } }